Opened 16 years ago
Closed 16 years ago
#8009 closed (worksforme)
startproject creates urls.py with old admin links
Reported by: | maxclark | Owned by: | nobody |
---|---|---|---|
Component: | Core (Management commands) | Version: | dev |
Severity: | 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
7967 merged newforms-admin into trunk, but the startproject command from django-admin creates the urls.py with the old urlpattern which does not work.
Note:
See TracTickets
for help on using tickets.
Are you sure you aren't picking up an old django-admin.py command in your path? I just tried this and the generated urls.py file was:
which is definitely newforms-admin style, not the old one.