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"