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: marcink@… 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)

fix_project_directory_not_defined.diff (1008 bytes ) - added by marcink@… 18 years ago.

Download all attachments as: .zip

Change History (2)

by marcink@…, 18 years ago

comment:1 by Malcolm Tredinnick, 18 years ago

Resolution: fixed
Status: newclosed

(In [3528]) Fixed #2491 -- Pass the project directory back from setup_environ so that we
can set up the "startapp" command. Thanks, marcink@….

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