welco/debian/debian_config.py

19 lines
299 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'))