Django

Code

Ticket #3913 (closed: fixed)

Opened 2 years ago

Last modified 2 years ago

Error in FAQ

Reported by: Collin Grady <cgrady@the-magi.us> Assigned to: jacob
Milestone: Component: Documentation
Version: SVN Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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

Attachments

Change History

04/03/07 16:57:15 changed by adrian

  • status changed from new to closed.
  • resolution set to fixed.

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


Add/Change #3913 (Error in FAQ)




Change Properties
Action