aviary in bird model

This commit is contained in:
gw3000 2023-06-28 22:19:08 +02:00
parent 6af0a15f9e
commit 96dc7ed688
6 changed files with 381 additions and 6 deletions

View file

@ -51,6 +51,10 @@ INSTALLED_APPS = [
"crispy_bootstrap5",
"crispy_forms",
# -----------------------------------
# Django-Money
# -----------------------------------
"djmoney",
# -----------------------------------
# My Apps
# -----------------------------------
"aviary",