Opened 10 months ago
Closed 10 months ago
#35113 closed New feature (duplicate)
Adding urls.py file while creating new app using startapp command
Reported by: | UttamVelani | Owned by: | UttamVelani |
---|---|---|---|
Component: | Core (Management commands) | Version: | dev |
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
I have been using Django since 6 years and one thing which has always bothered me is just after creating new app I have to create new urls.py file and write imports for it.
So, I am suggesting that urls.py should be autogenerated along with other files. This will reduce the small effort of creating new urls.py file and adding imports.
Change History (1)
comment:1 by , 10 months ago
Component: | Uncategorized → Core (Management commands) |
---|---|
Resolution: | → duplicate |
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Duplicate of #25943.