Changement theme

This commit is contained in:
Ambulance Clerc
2023-06-04 18:55:50 +02:00
parent f9da763fa3
commit 1bc1e4f41d

View File

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