Fixed #8703 -- Allow deeply nested import paths for DJANGO_SETTINGS_MODULE when
commit863719f54af66cce8dc15913f262582ea3dd2ae7
authormtredinnick <mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Sun, 31 Aug 2008 18:21:06 +0000 (31 18:21 +0000)
committermtredinnick <mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Sun, 31 Aug 2008 18:21:06 +0000 (31 18:21 +0000)
treeb31f3021e8d8e88454294fdd04b77dcd094b4c71
parent6d0a19e4ff0cb7b8b68b8aa470c1ff6cec2e58f1
Fixed #8703 -- Allow deeply nested import paths for DJANGO_SETTINGS_MODULE when
running django-admin.py. Also adds a parameter to setup_environ() for others to
use as well.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8768 bcc190cf-cafb-0310-a4f2-bffc1f526a37
django/core/management/__init__.py