Projet

Général

Profil

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

root / debian / debian_config.py @ e5b05b4d

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
INSTALLED_APPS = ('corbo.hobo_agent', ) + INSTALLED_APPS
16

    
17
#
18
# local settings
19
#
20
execfile(os.path.join(ETC_DIR, 'settings.py'))
(12-12/18)