Projet

Général

Profil

Télécharger (299 octets) Statistiques
| Branche: | Tag: | Révision:

root / debian / debian_config.py @ e090253d

1
# This file is sourced by "execfile" from corbo.settings
2

    
3
import os
4

    
5
PROJECT_NAME = 'corbo'
6

    
7
# SAML2 authentication
8
INSTALLED_APPS += ('mellon',)
9

    
10
#
11
# hobotization (multitenant)
12
#
13
execfile('/usr/lib/hobo/debian_config_common.py')
14

    
15
#
16
# local settings
17
#
18
execfile(os.path.join(ETC_DIR, 'settings.py'))
(10-10/16)