Mercurial > hg > agora-ahsan
changeset 192:7ec7f6a30592 draft
Added comments url to handle comments
author | ahsanalishahid <ahsan.ali.shahid@gmail.com> |
---|---|
date | Tue, 02 Jul 2013 01:56:35 +0500 |
parents | ef4c73999c6c |
children | fe51ec4eccc1 |
files | urls.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/urls.py +++ b/urls.py @@ -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