Closed aboutaaron closed 9 years ago
Ran into this bootstrapping a new project. It looks like added details to local_settings.py seems to skip common.py and throws an ImproperlyConfiguredError.
local_settings.py
common.py
ImproperlyConfiguredError
Need to add
from common import *
Ran into this bootstrapping a new project. It looks like added details to
local_settings.py
seems to skipcommon.py
and throws anImproperlyConfiguredError
.