diff options
Diffstat (limited to 'bn_django/urls.py')
-rw-r--r-- | bn_django/urls.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bn_django/urls.py b/bn_django/urls.py index 9ccf0a3..2d833be 100644 --- a/bn_django/urls.py +++ b/bn_django/urls.py @@ -23,6 +23,7 @@ urlpatterns = patterns('', # Uncomment this for admin: (r'^admin/', include('django.contrib.admin.urls')), + (r'^comments/', include('django.contrib.comments.urls.comments')), (r'^static/(?P<path>.*)$', 'django.views.static.serve', {'document_root': '/home/bnewbold/bn-project/static', 'show_indexes': True}), (r'^style/(?P<path>.*)$', 'django.views.static.serve', {'document_root': '/home/bnewbold/bn-project/static/style'}), |