Django should support customizable project/app templates
Reported by: |
Joshua "jag" Ginsberg <jag@…> |
Owned by: |
nobody |
Component:
|
Core (Other)
|
Version:
|
1.2
|
Severity:
|
|
Keywords:
|
|
Cc:
|
|
Triage Stage:
|
Unreviewed
|
Has patch:
|
yes
|
Needs documentation:
|
no
|
Needs tests:
|
no
|
Patch needs improvement:
|
no
|
Easy pickings:
|
no
|
UI/UX:
|
no
|
The django management startproject and startapp commands use the templates in /django/conf/(project|app)_template without any option to use anything else. That's silly. The attached patch allows the user to specify the path to an alternate template, processed in the same manner.
Duplicate of #3999.