chrono/debian/debian_config.py

19 lines
301 B
Python

# This file is sourced by "execfile" from chrono.settings
import os
PROJECT_NAME = 'chrono'
# SAML2 authentication
INSTALLED_APPS += ('mellon',)
#
# hobotization (multitenant)
#
execfile('/usr/lib/hobo/debian_config_common.py')
#
# local settings
#
execfile(os.path.join(ETC_DIR, 'settings.py'))