Opened 19 years ago
Closed 19 years ago
#941 closed enhancement (wontfix)
Default directories for libs, static and templates
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Core (Management commands) | 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
One cool thing about Rails and TurboGears are default directories for external libs, templates and static. django-admin.py startproject and startapp should include this too in the default tree.
Note:
See TracTickets
for help on using tickets.
Ah, but one of the cool things about Django is that it doesn't create all the gunk. :)
It's not difficult to create a directory on your own, so I don't see why Django should create a bloated directory structure when it doesn't need to...