Finder als eigene Abfrage entfernen

Fixes #62
This commit is contained in:
gw3000 2023-10-10 08:12:40 +02:00
parent cb0696b0bd
commit 3a3bcea588
32 changed files with 32 additions and 615 deletions

View file

@ -26,7 +26,6 @@ JAZZMIN_SETTINGS = {
"aviary.Aviary",
"bird.FallenBird",
"bird.User",
"rescuer.Rescuer",
],
# Field name on user model that contains avatar ImageField/URLField/Charfield or a callable that receives the user
# "user_avatar": None,
@ -87,7 +86,7 @@ JAZZMIN_SETTINGS = {
"bird.Circumstance": "fas fa-solid fa-ring",
"bird.FallenBird": "fas fa-solid fa-bed",
"costs.Costs": "fas fa-solid fa-money-bill",
"rescuer.Rescuer": "fas fa-solid fa-user-shield",
# "rescuer.Rescuer": "fas fa-solid fa-user-shield",
"socialaccount.socialaccount": "fas fa-solid fa-lock",
"socialaccount.socialapp": "fas fa-solid fa-laptop",
"socialaccount.socialtoken": "fas fa-solid fa-keyboard",

View file

@ -74,7 +74,7 @@ INSTALLED_APPS = [
"bird",
"costs",
"export",
"rescuer",
]
MIDDLEWARE = [

View file

@ -9,7 +9,6 @@ urlpatterns = [
path("bird/", include("bird.urls")),
path("costs/", include("costs.urls")),
path("export/", include("export.urls")),
path("rescuer/", include("rescuer.urls")),
# Admin
path("admin/", admin.site.urls),
# Allauth