Opened 17 years ago

Closed 17 years ago

#3913 closed (fixed)

Error in FAQ

Reported by: Collin Grady <cgrady@…> Owned by: Jacob
Component: Documentation Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

http://www.djangoproject.com/documentation/faq/#why-do-i-get-an-error-about-importing-django-settings-module

Line reads "Said module is on sys.path (import mysite.settings.main should work)."

But the ".main" is invalid - "import mysite.settings" would work, but "import mysite.settings.main" does not

Change History (1)

comment:1 by Adrian Holovaty, 17 years ago

Resolution: fixed
Status: newclosed

(In [4915]) Fixed #3913 -- Fixed legacy/confusing 'mysite.settings.main' in docs/faq.txt

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