Removed contrib.comments per deprecation timeline.

This commit is contained in:
Tim Graham 2014-03-21 07:05:36 -04:00
parent 35f46ec7a9
commit aa93a1890f
225 changed files with 23 additions and 27552 deletions

View file

@ -336,7 +336,6 @@ itself. It includes a number of other URLconfs::
urlpatterns = patterns('',
# ... snip ...
url(r'^comments/', include('django.contrib.comments.urls')),
url(r'^community/', include('django_website.aggregator.urls')),
url(r'^contact/', include('django_website.contact.urls')),
# ... snip ...