#15515 closed (duplicate)
Django should support customizable project/app templates
Description ¶
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.
Change History (4)
by , 14 years ago
Attachment: | django-15515.diff added |
---|
comment:1 by , 14 years ago
Has patch: | set |
---|
comment:2 by , 14 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:3 by , 14 years ago
#15095 is also worth mentioning as a prior ticket -- especially since it isn't closed.
Note:
See TracTickets
for help on using tickets.
Duplicate of #3999.