From 1bc1e4f41ddbfea9a42719f135a97aa88bcaddde Mon Sep 17 00:00:00 2001 From: Ambulance Clerc Date: Sun, 4 Jun 2023 18:55:50 +0200 Subject: [PATCH] Changement theme --- Reskreen/settings.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Reskreen/settings.py b/Reskreen/settings.py index 856acbf..5edfafc 100644 --- a/Reskreen/settings.py +++ b/Reskreen/settings.py @@ -201,9 +201,8 @@ USE_L10N = False # https://docs.djangoproject.com/en/4.0/howto/static-files/ STATIC_URL = 'static/' -STATICFILES_DIRS = [ - BASE_DIR / "static", -] +STATIC_ROOT = os.path.join(BASE_DIR, "static") + # Default primary key field type # https://docs.djangoproject.com/en/4.0/ref/settings/#default-auto-field @@ -221,7 +220,7 @@ JAZZMIN_SETTINGS = { "site_brand": "ClercNet", # Logo to use for your site, must be present in static files, used for brand on top left - "site_logo": "/Reskreen/img/logo.png", + "site_logo": None, # CSS classes that are applied to the logo above "site_logo_classes": "img-circle",