use better admin theme

This commit is contained in:
Tobias Brunner 2025-03-07 14:55:22 +01:00
parent 4e1f0f962b
commit b45c725c1a
No known key found for this signature in database
3 changed files with 16 additions and 0 deletions

View file

@ -58,6 +58,7 @@ WEBSITE_URL = env.str("WEBSITE_URL", default="https://serva.la")
# Application definition
INSTALLED_APPS = [
"jazzmin",
"django.contrib.admin",
"django.contrib.auth",
"django.contrib.contenttypes",