aboutsummaryrefslogtreecommitdiffstats
path: root/django_skaschool/urls.py
Commit message (Collapse)AuthorAgeFilesLines
* Added schedule.html template for app 'schedule'.Weitian LI2014-06-241-0/+2
| | | | | | | | | | * added 'schedule.views.ScheduleView' * added 'schedule.html' template, with 'schedule.css' and 'schedule.js' * added 'schedule.urls', updated django_skaschool.urls * added tools/templatetags/dict_utils.py * converted schedule models to south-based * removed original 'page/templates/page/program.html', related urls * updated navbar.html
* Show latest import notice at index page.Weitian LI2014-06-031-2/+3
| | | | | | * added 'page.views.IndexView' for 'django_skaschool.urls * updated 'index.html' to display notice at bottom * added '.smallcaps' in 'index.css' for English title
* * included archive urlsWeitian LI2014-04-281-0/+2
| | | | * moved 'file_cleanup' function to extra.py
* added url to serve MEDIA_ROOTWeitian LI2014-04-231-0/+4
|
* * added GenericRelation attachments field to 'Notice' modelWeitian LI2014-04-221-5/+0
| | | | * removed 'demo.urls' from urls.py
* * updated django_skaschool/settings.pyWeitian LI2014-04-201-5/+10
| | | | | | o SITE_ID, LANGUAGE_CODE, TIME_ZONE o INSTALLED_APPS * updated top-level urls.py
* * updated settings.py, added settings_email.pyWeitian LI2014-04-181-4/+26
| | | | | | * created directories 'static' and 'templates' * added app 'account', 'notice' * added app 'demo'
* Initial commit of django_skaschoolWeitian LI2014-04-151-0/+12