mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Removed contrib.comments per deprecation timeline.
This commit is contained in:
parent
35f46ec7a9
commit
aa93a1890f
225 changed files with 23 additions and 27552 deletions
|
@ -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 ...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue