#35485: Template documentation for startproject / startapp is very sparse.
-------------------------------------+-------------------------------------
Reporter: offbyone | Owner: nobody
Type: | Status: new
Uncategorized |
Component: | Version: dev
Documentation | Keywords: documentation
Severity: Normal | startapp templates
Triage Stage: | Has patch: 0
Unreviewed |
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------+-------------------------------------
https://docs.djangoproject.com/en/dev/ref/django-admin/#startproject and
https://docs.djangoproject.com/en/dev/ref/django-admin/#cmdoption-
startapp-template are what I can find for documentation on how to create a
startapp/startproject template, but both of those are very sparse.
Things I can't answer after reading those:
* how do I template file names? Can I, even?
* what, if anything, is required in a template zip?
* can I add other documentation or defaults to an app or project template?
* what is an app file template? What needs to be in there?
* can I ship a template as part of an app wheel?
* can I use a subdirectory of a git repository on github or another forge
as a template, or does it have to be the top level directory of those?
--
Ticket URL: <
https://code.djangoproject.com/ticket/35485>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.