aboutsummaryrefslogtreecommitdiffstats
path: root/django_skaschool
Commit message (Collapse)AuthorAgeFilesLines
* added settings.py with mysql backendWeitian LI2014-04-231-0/+179
|
* added url to serve MEDIA_ROOTWeitian LI2014-04-231-0/+4
|
* created settings_production.py and updated NOTES.txtWeitian LI2014-04-221-0/+173
|
* modified settings_email import to make it requiredWeitian LI2014-04-221-4/+1
|
* * added GenericRelation attachments field to 'Notice' modelWeitian LI2014-04-221-5/+0
| | | | * removed 'demo.urls' from urls.py
* * added 'MEDIA_ROOT' to settings.pyWeitian LI2014-04-211-0/+2
| | | | | * implemented 'Notice', 'NoticeCategory', 'NoticeAttachment' models * implemented 'NoticeAdmin' with 'NoticeAttachmentInline'
* * added zh_CN locale for django_skaschool and added 'LOCALE_PATHS' in ↵Weitian LI2014-04-211-0/+5
| | | | settings.py
* disabled app south and removed migrationsWeitian LI2014-04-201-1/+1
|
* * updated django_skaschool/settings.pyWeitian LI2014-04-201-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.pyWeitian LI2014-04-202-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 LI2014-04-181-13/+0
|
* * updated settings.py, added settings_email.pyWeitian LI2014-04-183-8/+108
| | | | | | * created directories 'static' and 'templates' * added app 'account', 'notice' * added app 'demo'
* * added 'south' to INSTALLED_APPSWeitian LI2014-04-171-0/+1
| | | | * added 'README.md', 'requirements.txt'
* Initial commit of django_skaschoolWeitian LI2014-04-154-0/+108