Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#15515 closed (duplicate)

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

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.

Attachments (1)

django-15515.diff (4.0 KB ) - added by Joshua "jag" Ginsberg <jag@…> 13 years ago.

Download all attachments as: .zip

Change History (4)

by Joshua "jag" Ginsberg <jag@…>, 13 years ago

Attachment: django-15515.diff added

comment:1 by Joshua "jag" Ginsberg <jag@…>, 13 years ago

Has patch: set

comment:2 by Russell Keith-Magee, 13 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #3999.

comment:3 by Russell Keith-Magee, 13 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.
Back to Top