chrono/debian/debian_config.py

19 lines
301 B
Python
Raw Normal View History

2016-05-04 16:03:22 +02:00
# 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'))