summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/urls.py b/urls.py
index 4d39f84..780fdb0 100644
--- a/urls.py
+++ b/urls.py
@@ -68,6 +68,8 @@ urlpatterns = patterns('',
# (r'^personform/(.*)$', personForm),
+ (r'^photologue/', include('photologue.urls')),
+
(r'^site_media/(?P<path>.*)$', 'django.views.static.serve',
{'document_root': settings.MEDIA_ROOT, 'show_indexes': True}),