Opened 11 years ago

Closed 11 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.

Change History (1)

comment:1 by Tai Lee, 11 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #20256 -- Sorry folks!

Note: See TracTickets for help on using tickets.
Back to Top