Opened 19 years ago
Closed 19 years ago
#83 closed defect (fixed)
Spelling error in Environment not found exception
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Core (Other) | Version: | |
Severity: | trivial | 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
{{{File "/usr/lib/python2.4/site-packages/django/conf/settings.py", line 25, in ?
raise EnvironmentError, "Environemnt variable DJANGO_SETTINGS_MODULE is undefined."}}}
--- Environenmt.
Note:
See TracTickets
for help on using tickets.
Fixed in [203]. Nice catch!