mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 12:41:19 -03:30
Fix typo in development settings.
This commit is contained in:
parent
01d7df3ab2
commit
8ccf4c0a89
@ -18,6 +18,6 @@ try:
|
||||
sys.modules['local_settings'] = dummymodule(local_settings_file)
|
||||
except IOError, e:
|
||||
from django.core.exceptions import ImproperlyConfigured
|
||||
if os.path.exists(settings_file):
|
||||
if os.path.exists(local_settings_file):
|
||||
msg = 'Unable to load %s: %s' % (local_settings_file, str(e))
|
||||
raise ImproperlyConfigured(msg)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user