# HG changeset patch # User ahsanalishahid # Date 1372712195 -18000 # Node ID 7ec7f6a305923c19e971aa39dc92383a2c243f1c # Parent ef4c73999c6ced25c243b964f2c1098393b61bf2 Added comments url to handle comments diff -r ef4c73999c6c -r 7ec7f6a30592 urls.py --- a/urls.py Tue Jul 02 01:54:27 2013 +0500 +++ b/urls.py Tue Jul 02 01:56:35 2013 +0500 @@ -38,6 +38,7 @@ url(r'^users/', include('agora.apps.profile.urls')), url(r'^snippet/', include('agora.apps.snippet.urls')), url(r'^bundles/', include('agora.apps.bundle.urls')), + url(r'^comments/', include('django.contrib.comments.urls')), ) #Let Django itself serve static data during debugging