Projet

Général

Profil

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

mandayejs / debian / debian_config.py @ 83c9a56a

1
# This file is sourced by "exec" from mandayejs.settings
2

    
3
import os
4

    
5
PROJECT_NAME = 'mandayejs'
6

    
7
#
8
# hobotization (multitenant)
9
#
10
exec(open('/usr/lib/hobo/debian_config_common.py').read())
11

    
12
TENANT_SETTINGS_LOADERS = ('hobo.multitenant.settings_loaders.MandayeJS',) + TENANT_SETTINGS_LOADERS
13

    
14
#
15
# local settings
16
#
17
exec(open(os.path.join(ETC_DIR, 'settings.py')).read())
18

    
19
# run additional settings snippets
20
exec(open('/usr/lib/hobo/debian_config_settings_d.py').read())
(4-4/17)