Opened 19 years ago
Closed 19 years ago
#3913 closed (fixed)
Error in FAQ
| Reported by: | 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
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
Note:
See TracTickets
for help on using tickets.
(In [4915]) Fixed #3913 -- Fixed legacy/confusing 'mysite.settings.main' in docs/faq.txt