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",