upload & config logo

main
Samuel Zielke 1 month ago
parent 230e3b8271
commit ae971ed873

@ -1,12 +1,20 @@
JAZZMIN_SETTINGS = { JAZZMIN_SETTINGS = {
"site_title": "ChartaCapsa Admin", "site_title": "ChartaCapsa Admin",
"site_header": "KartenKiste", "site_header": "ChartaCapsa",
"site_brand": "🗃️ KartenKiste", "site_brand": "ChartaCapsa", # Text neben dem Logo [1]
"welcome_sign": "Willkommen in der KartenKiste",
# Hier binden Sie Ihr eigenes Logo ein (relativ zum static-Ordner):
"site_logo": "images/logo.png",
# Optional: Ein rundes Logo für den Login-Bildschirm (kann dieselbe Datei sein):
"login_logo": "images/logo.png",
# Optional: Das kleine Icon im Browser-Tab (Favicon):
"site_icon": "images/logo.png",
"welcome_sign": "Willkommen bei ChartaCapsa",
"copyright": "ChartaCapsa Ltd", "copyright": "ChartaCapsa Ltd",
"search_model": ["gebiete.Gebiet"], "search_model": ["gebiete.Gebiet"],
# Emojis für die Menüstruktur links
"icons": { "icons": {
"auth.user": "fas fa-user", "auth.user": "fas fa-user",
"gebiete.person": "fas fa-users", "gebiete.person": "fas fa-users",

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Loading…
Cancel
Save

Powered by TurnKey Linux.