Kaydet (Commit) 7fa76265 authored tarafından Adrian Holovaty's avatar Adrian Holovaty

Fixed #83 -- Fixed spelling error in django.conf.settings. Nice catch, Manuzhai!

git-svn-id: http://code.djangoproject.com/svn/django/trunk@203 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst bec9009d
......@@ -22,7 +22,7 @@ for setting in dir(global_settings):
try:
me.SETTINGS_MODULE = os.environ["DJANGO_SETTINGS_MODULE"]
except KeyError:
raise EnvironmentError, "Environemnt variable DJANGO_SETTINGS_MODULE is undefined."
raise EnvironmentError, "Environment variable DJANGO_SETTINGS_MODULE is undefined."
try:
mod = __import__(me.SETTINGS_MODULE, '', '', [''])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment