astara-appliance/astara_router/settings.py

11 lines
340 B
Python

from astara_router.defaults import * # noqa
# If astara_local_settings.py is located in your python path,
# it can be used to override the defaults. DIB will install this
# into /usr/local/share/astara and append that path to the gunicorn's
# python path.
try:
from astara_local_settings import * # noqa
except ImportError:
pass