Changement page login

This commit is contained in:
Ambulance Clerc
2023-06-05 10:02:35 +02:00
parent 3e35a73de7
commit 6530560bd7
9 changed files with 276 additions and 4 deletions

View File

@@ -201,7 +201,10 @@ USE_L10N = False
# https://docs.djangoproject.com/en/4.0/howto/static-files/
STATIC_URL = 'static/'
STATIC_ROOT = os.path.join(BASE_DIR, "static")
STATICFILES_DIRS = [
os.path.join(BASE_DIR, "static"),
]
# Default primary key field type
@@ -220,7 +223,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": None,
"site_logo": "img/logo_clerc_200.png",
# CSS classes that are applied to the logo above
"site_logo_classes": "img-circle",
@@ -229,7 +232,7 @@ JAZZMIN_SETTINGS = {
"site_icon": None,
# Welcome text on the login screen
"welcome_sign": "Welcome to the ClercNet admin",
"welcome_sign": "Bienvenue sur le ClercNet",
# Copyright on the footer
"copyright": "Ambulance Clerc & Resk-U",
@@ -320,7 +323,7 @@ JAZZMIN_SETTINGS = {
# UI Tweaks #
#############
# Relative paths to custom CSS/JS scripts (must be present in static files)
"custom_css": None,
"custom_css": "css/global.css",
"custom_js": None,
# Whether to show the UI customizer on the sidebar
"show_ui_builder": True,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 311 KiB