diff options
author | Weitian LI <liweitianux@gmail.com> | 2014-04-20 16:20:48 +0800 |
---|---|---|
committer | Weitian LI <liweitianux@gmail.com> | 2014-04-20 16:22:10 +0800 |
commit | 81ee68feef68804dce99c37c79f91e392bea800d (patch) | |
tree | f9abd36b9386b3ddfd9ec9f6c6ea37950271eb70 /notice | |
parent | 78c799c182d0a634a2286b3992c747cd003b41ca (diff) | |
download | django-skaschool-81ee68feef68804dce99c37c79f91e392bea800d.tar.bz2 |
* updated django_skaschool/settings.py
o SITE_ID, LANGUAGE_CODE, TIME_ZONE
o INSTALLED_APPS
* updated top-level urls.py
Diffstat (limited to 'notice')
-rw-r--r-- | notice/README.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/notice/README.txt b/notice/README.txt new file mode 100644 index 0000000..0a44112 --- /dev/null +++ b/notice/README.txt @@ -0,0 +1,4 @@ +App notice + +This app deals with notice and pages of skaschool. + |