parent
a6833026c0
commit
d651e03b12
18 changed files with 196 additions and 58 deletions
|
@ -25,7 +25,7 @@ JAZZMIN_SETTINGS = {
|
|||
"search_model": [
|
||||
"aviary.Aviary",
|
||||
"bird.FallenBird",
|
||||
"bird.User",
|
||||
# "bird.User",
|
||||
"rescuer.Rescuer",
|
||||
],
|
||||
# Field name on user model that contains avatar ImageField/URLField/Charfield or a callable that receives the user
|
||||
|
|
|
@ -72,6 +72,7 @@ INSTALLED_APPS = [
|
|||
# -----------------------------------
|
||||
"aviary",
|
||||
"bird",
|
||||
"contact",
|
||||
"costs",
|
||||
"export",
|
||||
"rescuer",
|
||||
|
|
|
@ -7,6 +7,7 @@ urlpatterns = [
|
|||
path("", views.bird_all, name="index"),
|
||||
path("aviary/", include("aviary.urls")),
|
||||
path("bird/", include("bird.urls")),
|
||||
path("contacts/", include("contact.urls")),
|
||||
path("costs/", include("costs.urls")),
|
||||
path("export/", include("export.urls")),
|
||||
path("rescuer/", include("rescuer.urls")),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue