Changeset 4915
- Timestamp:
- 04/03/07 16:57:15 (2 years ago)
- Files:
-
- django/trunk/docs/faq.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/faq.txt
r4898 r4915 383 383 384 384 * The environment variable DJANGO_SETTINGS_MODULE is set to a fully-qualified 385 Python module (i.e. "mysite.settings .main").386 387 * Said module is on ``sys.path`` (``import mysite.settings .main`` should work).385 Python module (i.e. "mysite.settings"). 386 387 * Said module is on ``sys.path`` (``import mysite.settings`` should work). 388 388 389 389 * The module doesn't contain syntax errors (of course).
