parent
cb0696b0bd
commit
3a3bcea588
32 changed files with 32 additions and 615 deletions
|
@ -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",
|
||||
|
|
|
@ -74,7 +74,7 @@ INSTALLED_APPS = [
|
|||
"bird",
|
||||
"costs",
|
||||
"export",
|
||||
"rescuer",
|
||||
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue