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 *