aboutsummaryrefslogtreecommitdiffstats
path: root/django_skaschool/urls.py
diff options
context:
space:
mode:
authorWeitian LI <liweitianux@gmail.com>2014-04-28 13:40:19 +0800
committerWeitian LI <liweitianux@gmail.com>2014-04-28 13:40:19 +0800
commit04fd0429233bd15fe3cf046cef578d593778c12d (patch)
treeeac85f3ca32b501bb34721ca9da3f83f89ade5c9 /django_skaschool/urls.py
parent7ba3812f918983a47cda678c31d12e0cd089677a (diff)
downloaddjango-skaschool-04fd0429233bd15fe3cf046cef578d593778c12d.tar.bz2
* included archive urls
* moved 'file_cleanup' function to extra.py
Diffstat (limited to 'django_skaschool/urls.py')
-rw-r--r--django_skaschool/urls.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/django_skaschool/urls.py b/django_skaschool/urls.py
index 24bd989..7830463 100644
--- a/django_skaschool/urls.py
+++ b/django_skaschool/urls.py
@@ -21,6 +21,8 @@ urlpatterns = patterns('',
url(r'^page/', include('page.urls')),
# app 'notice'
url(r'^notice/', include('notice.urls')),
+ # app 'archive'
+ url(r'^archive/', include('archive.urls')),
)
## django-registration