welco/debian/debian_config.py

22 lines
389 B
Python
Raw Normal View History

2015-07-15 18:37:50 +02:00
# This file is sourced by "execfile" from welco.settings
import os
PROJECT_NAME = 'welco'
# 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'))
# run additional settings snippets
execfile('/usr/lib/hobo/debian_config_settings_d.py')