Opened 15 years ago

Closed 15 years ago

#11386 closed (duplicate)

manage.py sqlall error msg says it did not find an app when it found it

Reported by: aviahl Owned by: nobody
Component: Core (Management commands) Version: 1.1-beta
Severity: Keywords: sqlall manage.py
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

run $python manage.py sqlall appname
when django FINDS the app but there is an exception in the app's models file, manage.py still says:
"Error: App with label comps_clists_draft could not be found. Are you sure your INSTALLED_APPS setting is correct?"
although it did find the app. maybe that specific exception should give a "apps found, models file has a problem" message

catching this exception occurs at django/db/models/loading.py line 74

Change History (1)

comment:1 by Dennis Kaarsemaker, 15 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #10706

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