Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#2017 closed (duplicate)

Standardisation of urlpatterns in django.contrib.comments

Reported by: Simon Greenhill, dev@… Owned by: Adrian Holovaty
Component: Contrib apps Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

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 Adrian Holovaty, 18 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #1829.

comment:2 by URL, 18 years ago

Type: defect
Note: See TracTickets for help on using tickets.
Back to Top