Opened 19 years ago

Closed 19 years ago

#83 closed defect (fixed)

Spelling error in Environment not found exception

Reported by: Manuzhai <mail@…> 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.

Change History (1)

comment:1 by Adrian Holovaty, 19 years ago

Resolution: fixed
Status: newclosed

Fixed in [203]. Nice catch!

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