1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +03:00
awx/lib/settings/__init__.py
2013-03-13 16:49:22 -04:00

5 lines
85 B
Python

try:
from local_settings import *
except ImportError:
from defaults import *