#2017 closed (duplicate)
Standardisation of urlpatterns in django.contrib.comments
Description ¶
django.contrib.comment's urls are in django/contrib/comments/urls/comments.py, ( i.e. so you have to include( django.contrib.comments.urls.comments ) ), in contrast stuff like django.contrib.admin's is directly in django/contrib/admin/urls.py => include ( django.contrib.urls ).
Change History (2)
comment:1 by , 19 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 by , 19 years ago
Type: | defect |
---|
Note:
See TracTickets
for help on using tickets.
Duplicate of #1829.