debian_config.py is loaded by execfile: no import needed

This commit is contained in:
Thomas NOËL 2014-10-02 16:33:41 +02:00
parent 16014db87e
commit 2ed8f343b8
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
from django.conf.settings import *
# This file is sourced by "execfile" from passerelle.settings
import os
ETC_DIR = '/etc/passerelle'