From 88d205c77489953975a5258393810e874cce18f5 Mon Sep 17 00:00:00 2001 From: Ambulance Clerc Date: Sat, 2 Dec 2023 19:28:29 +0100 Subject: [PATCH] =?UTF-8?q?d=C3=A9but=20static=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Reskreen/settings.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Reskreen/settings.py b/Reskreen/settings.py index e20462a..10b58c7 100644 --- a/Reskreen/settings.py +++ b/Reskreen/settings.py @@ -214,7 +214,9 @@ LOCALE_PATHS = (os.path.join(BASE_DIR, 'locale'),) STATICFILES_DIRS = [ os.path.join(BASE_DIR, "static"), ] -STATIC_ROOT = "/var/www/reskreen/static" +#STATIC_ROOT = "/var/www/reskreen/static" +STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles') + # Default primary key field type