aboutsummaryrefslogtreecommitdiffstats
path: root/django_skaschool/urls.py
diff options
context:
space:
mode:
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 60a298a..7b9ac2f 100644
--- a/django_skaschool/urls.py
+++ b/django_skaschool/urls.py
@@ -20,6 +20,8 @@ urlpatterns = patterns('',
url(r'^$', IndexView.as_view(), name='index'),
# app 'page'
url(r'^page/', include('page.urls')),
+ # app 'schedule'
+ url(r'^schedule/', include('schedule.urls')),
# app 'notice'
url(r'^notice/', include('notice.urls')),
# app 'archive'