Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added schedule.html template for app 'schedule'. | Weitian LI | 2014-06-24 | 1 | -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 | ||||
* | Added app schedule, tools and archive/templatetags; updated settings. | Weitian LI | 2014-06-24 | 3 | -0/+6 |
| | | | | | | | | | * Added app 'schedule' to provides a more generic schedule page * Added fake app 'tools' to holds generic utilities * Moved notice/templatetags to tools/templatetags * Small change to archive.models.Archive display format * Added archive/templatetags * Small update to introduction page | ||||
* | Split SECRET_KEY from settings and update .gitignore. | Weitian LI | 2014-06-23 | 3 | -3/+3 |
| | | | | | | * Split 'SECRET_KEY' from settings * Updated settings files * Updated .gitignore settings | ||||
* | Show latest import notice at index page. | Weitian LI | 2014-06-03 | 1 | -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 | ||||
* | added "settings_email.py_sample" | Weitian LI | 2014-05-24 | 1 | -0/+13 |
| | |||||
* | * enabled 'south' in 'INSTALLED_APPS' | Weitian LI | 2014-05-20 | 3 | -3/+3 |
| | | | | * added 'introspection_rules' of ContentTypeRestrictedFileField for south | ||||
* | * added 'bootstrap-3.1.1' to static | Weitian LI | 2014-05-04 | 3 | -3/+12 |
| | | | | | * updated 'settings' to serve bootstrap from local ('respond.js' required local css, otherwise extra configuration requires.) | ||||
* | updated 'wsgi.py' to provide 'check_password' handler for mod_wsgi to work ↵ | Weitian LI | 2014-04-29 | 1 | -2/+11 |
| | | | | with apache2 user authentication | ||||
* | modified 'wsgi.py': set DJANGO_SETTINGS_MODULE to settings_production | Weitian LI | 2014-04-29 | 1 | -1/+4 |
| | |||||
* | * updated settings with 'ALLOWED_HOSTS' | Weitian LI | 2014-04-28 | 3 | -3/+16 |
| | | | | * updated MEDIA_ROOT and STATIC_ROOT of settings_production.py | ||||
* | * included archive urls | Weitian LI | 2014-04-28 | 1 | -0/+2 |
| | | | | * moved 'file_cleanup' function to extra.py | ||||
* | * added 'archive' to INSTALLED_APPS | Weitian LI | 2014-04-28 | 3 | -61/+106 |
| | | | | * updated ALLOWED_CONTENT_TYPES settings | ||||
* | * updated ALLOWED_CONTENT_TYPES | Weitian LI | 2014-04-27 | 1 | -13/+31 |
| | | | | * implemented ContentTypeRestrictedFileField based on FileField | ||||
* | * added 'django-recaptcha' settings | Weitian LI | 2014-04-26 | 3 | -0/+84 |
| | | | | | * added 'ALLOWED_CONTENT_TYPES' to settings * updated 'settings_mysql' and 'settings_production' | ||||
* | * installed 'django-recaptcha' | Weitian LI | 2014-04-25 | 1 | -0/+6 |
| | | | | * added 'captcha' field to UserRegForm | ||||
* | * added 'ADMINS' and 'MANAGERS' settings to settings_production.py | Weitian LI | 2014-04-24 | 1 | -0/+12 |
| | | | | * added templates 400, 404, 404 and 500 | ||||
* | added settings.py with mysql backend | Weitian LI | 2014-04-23 | 1 | -0/+179 |
| | |||||
* | added url to serve MEDIA_ROOT | Weitian LI | 2014-04-23 | 1 | -0/+4 |
| | |||||
* | created settings_production.py and updated NOTES.txt | Weitian LI | 2014-04-22 | 1 | -0/+173 |
| | |||||
* | modified settings_email import to make it required | Weitian LI | 2014-04-22 | 1 | -4/+1 |
| | |||||
* | * added GenericRelation attachments field to 'Notice' model | Weitian LI | 2014-04-22 | 1 | -5/+0 |
| | | | | * removed 'demo.urls' from urls.py | ||||
* | * added 'MEDIA_ROOT' to settings.py | Weitian LI | 2014-04-21 | 1 | -0/+2 |
| | | | | | * implemented 'Notice', 'NoticeCategory', 'NoticeAttachment' models * implemented 'NoticeAdmin' with 'NoticeAttachmentInline' | ||||
* | * added zh_CN locale for django_skaschool and added 'LOCALE_PATHS' in ↵ | Weitian LI | 2014-04-21 | 1 | -0/+5 |
| | | | | settings.py | ||||
* | disabled app south and removed migrations | Weitian LI | 2014-04-20 | 1 | -1/+1 |
| | |||||
* | * updated django_skaschool/settings.py | Weitian LI | 2014-04-20 | 1 | -0/+12 |
| | | | | | | o LOGIN_URL, LOGIN_REDIRECT_URL, LOGOUT_URL * added login/logout views to account urls.py * added account templates for login, logout, profile | ||||
* | * updated django_skaschool/settings.py | Weitian LI | 2014-04-20 | 2 | -7/+17 |
| | | | | | | o SITE_ID, LANGUAGE_CODE, TIME_ZONE o INSTALLED_APPS * updated top-level urls.py | ||||
* | * removed 'settings_email.py' and updated '.gitignore' | Weitian LI | 2014-04-18 | 1 | -13/+0 |
| | |||||
* | * updated settings.py, added settings_email.py | Weitian LI | 2014-04-18 | 3 | -8/+108 |
| | | | | | | * created directories 'static' and 'templates' * added app 'account', 'notice' * added app 'demo' | ||||
* | * added 'south' to INSTALLED_APPS | Weitian LI | 2014-04-17 | 1 | -0/+1 |
| | | | | * added 'README.md', 'requirements.txt' | ||||
* | Initial commit of django_skaschool | Weitian LI | 2014-04-15 | 4 | -0/+108 |