* Enable the threadedcomments app (code not included).
[matthijs/projects/xerxes.git] / urls.py
diff --git a/urls.py b/urls.py
index 9fed21d348fdd11448115409dc626cbf01d746a6..5b2c6f75a77eb6936d7973b443b8051319c571d4 100644 (file)
--- a/urls.py
+++ b/urls.py
@@ -7,6 +7,7 @@ import os
 urlpatterns = patterns('',
     url(r'^$', 'django.views.generic.simple.redirect_to', {'url' : '/influences/'}),
     url(r'^admin/', include('django.contrib.admin.urls')),
+    url(r'^comments/', include('threadedcomments.urls')),
 
     url(r'^influences/$', 'xerxes.influences.views.index', name='influences_index'),
     url(r'^influences/influence/$', 'xerxes.influences.views.influence_list', name='influences_influence_list'),