From 3ae21470013b97bdcafac3e2e06e96f7f89b9109 Mon Sep 17 00:00:00 2001 From: Robin Champenois Date: Thu, 18 May 2017 23:35:34 +0200 Subject: [PATCH] Small Fix des settings --- experiENS/settings_prod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiENS/settings_prod.py b/experiENS/settings_prod.py index fe566a1..5acedb5 100644 --- a/experiENS/settings_prod.py +++ b/experiENS/settings_prod.py @@ -40,6 +40,6 @@ DATABASES = { STATIC_URL = ROOT_URL + 'static/' MEDIA_URL = ROOT_URL + 'media/' -STATIC_ROOT = os.path.join(BASE_DIR, '/static/') +STATIC_ROOT = os.path.join(BASE_DIR, 'static/') EMAIL_HOST = "nef.ens.fr"