Opened 18 years ago
Closed 18 years ago
#2491 closed defect (fixed)
[patch] "manage.py startapp appname" causes "NameError: global name 'project_directory' is not defined"
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Core (Other) | Version: | dev |
Severity: | blocker | 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 attached patch fixed the problem for me.
Attachments (1)
Change History (2)
by , 18 years ago
Attachment: | fix_project_directory_not_defined.diff added |
---|
comment:1 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [3528]) Fixed #2491 -- Pass the project directory back from setup_environ so that we
can set up the "startapp" command. Thanks, marcink@….