This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
pfwb_thesaurus/debian/debian_config.py

19 lines
317 B
Python

# This file is sourced by "execfile" from pfwb-thesaurus.settings
import os
PROJECT_NAME = 'pfwb-thesaurus'
# 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'))