summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnkita <ankita@ankita-Inspiron-N5010.(none)>2012-06-25 10:56:32 -0400
committerAnkita <ankita@ankita-Inspiron-N5010.(none)>2012-06-25 10:56:32 -0400
commit65cb2ab1ace476748e5580db9b8d1ccfd1cda364 (patch)
tree94dad91044a295b0063fd75187c9d8ff48585a3b
parentfb95ba12fbf670e232e71c2c57508687d79bc76a (diff)
downloadgnowsys-65cb2ab1ace476748e5580db9b8d1ccfd1cda364.tar.gz
commit for merging with gnowgi branch
-rw-r--r--demo/urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/demo/urls.py b/demo/urls.py
index ee0bd7f..635bc28 100644
--- a/demo/urls.py
+++ b/demo/urls.py
@@ -91,6 +91,7 @@ urlpatterns = patterns(
{'url': '/nodetypes/'}),
url(r'^nodetypes/', include('gstudio.urls')),
url(r'^objects/', include('objectapp.urls')),
+
url(r'^comments/', include('django.contrib.comments.urls')),
url(r'^xmlrpc/$', 'django_xmlrpc.views.handle_xmlrpc'),
url(r'^i18n/', include('django.conf.urls.i18n')),