Projet

Général

Profil

0001-debian-fix-reference-to-system-configuration-file-27.patch

Frédéric Péters, 14 novembre 2018 11:56

Télécharger (962 octets)

Voir les différences:

Subject: [PATCH] debian: fix reference to system configuration file (#27985)

 debian/multitenant/config.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
debian/multitenant/config.py
9 9
# WARNING! Quick-start development settings unsuitable for production!
10 10
# See https://docs.djangoproject.com/en/1.7/howto/deployment/checklist/
11 11

  
12
# This file is sourced by "execfile" from /usr/lib/authentic/debian_config.py
12
# This file is sourced by "execfile" from
13
# /usr/lib/authentic2-multitenant/debian_config.py
13 14

  
14 15
# SECURITY WARNING: don't run with debug turned on in production!
15 16
DEBUG = False
16
-