Changement theme
This commit is contained in:
@@ -201,9 +201,8 @@ USE_L10N = False
|
|||||||
# https://docs.djangoproject.com/en/4.0/howto/static-files/
|
# https://docs.djangoproject.com/en/4.0/howto/static-files/
|
||||||
|
|
||||||
STATIC_URL = 'static/'
|
STATIC_URL = 'static/'
|
||||||
STATICFILES_DIRS = [
|
STATIC_ROOT = os.path.join(BASE_DIR, "static")
|
||||||
BASE_DIR / "static",
|
|
||||||
]
|
|
||||||
|
|
||||||
# Default primary key field type
|
# Default primary key field type
|
||||||
# https://docs.djangoproject.com/en/4.0/ref/settings/#default-auto-field
|
# https://docs.djangoproject.com/en/4.0/ref/settings/#default-auto-field
|
||||||
@@ -221,7 +220,7 @@ JAZZMIN_SETTINGS = {
|
|||||||
"site_brand": "ClercNet",
|
"site_brand": "ClercNet",
|
||||||
|
|
||||||
# Logo to use for your site, must be present in static files, used for brand on top left
|
# 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
|
# CSS classes that are applied to the logo above
|
||||||
"site_logo_classes": "img-circle",
|
"site_logo_classes": "img-circle",
|
||||||
|
Reference in New Issue
Block a user