Opened 12 years ago
Closed 12 years ago
#20325 closed Uncategorized (duplicate)
`--template` argument to `startapp` and `startproject` has incorrect help text.
Reported by: | Tai Lee | Owned by: | nobody |
---|---|---|---|
Component: | Core (Management commands) | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
The help text says the --template
argument on any TemplateCommand
is the dotted import path to load templates from. Looking at the code and the docs reveals that this is not true. It is a local file system path that is passed through expanduser()
and normpath()
. The docs also use an HTTP URL to a GitHub zipball as an example.
Note:
See TracTickets
for help on using tickets.
Duplicate of #20256 -- Sorry folks!