Projet

Général

Profil

« Précédent | Suivant » 

Révision 75a981d9

Ajouté par Serghei Mihai (congés, retour 15/05) il y a presque 9 ans

fix default sqlite database path

Voir les différences:

debian/settings.py
1
import os
2

  
1 3
DEBUG = False
2 4
TEMPLATE_DEBUG = False
3 5

  
......
15 17
#     'bind_passwd': 'changeme',
16 18
#     'dn': 'ou=users,dc=dev,dc=entrouvert,dc=org',
17 19
# }
20

  
21
DATABASES = {
22
    'default': {
23
        'ENGINE': 'django.db.backends.sqlite3',
24
        'NAME': os.path.join(VAR_DIR, 'db.sqlite3'),
25
    }
26
}

Formats disponibles : Unified diff