From c84877a63ae3a03cad09f3c077b8c92f514cc0b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Soutad=C3=A9?= Date: Tue, 11 Sep 2012 22:22:24 +0200 Subject: [PATCH] Modif dynastie_root --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index ea6038b..9a4e7c6 100644 --- a/wsgi.py +++ b/wsgi.py @@ -18,7 +18,7 @@ import sys os.environ.setdefault("DJANGO_SETTINGS_MODULE", "dynastie.settings") -dynastie_root = '/home/soutade/Projets_Perso/dynastie2/dynastie/' +dynastie_root = '/home/soutade/dynastie/' if dynastie_root not in sys.path: sys.path.append(dynastie_root) dynastie_root += 'dynastie/'