framework upgrade

This commit is contained in:
Yhael S
2023-08-25 02:08:56 -05:00
parent 45d19223c7
commit b822c082c7
21 changed files with 576 additions and 421 deletions

5
.gitignore vendored
View File

@@ -2,4 +2,7 @@
/.env
# Ignores the docker compose local or production environment.
docker-compose.override.yml
docker-compose.override.yml
# Ignores any __pycache__ folder.
__pycache__