revert: remove win

This commit is contained in:
Naramsim 2024-05-06 13:14:43 +02:00
parent b4cedb37d7
commit 22f1580a68

View file

@ -41,6 +41,9 @@ make-migrations: # Create migrations files if schema has changed
shell: # Load a shell
python manage.py shell ${local_config}
openapi-generate:
python manage.py spectacular --color --file openapi.yml ${local_config}
docker-up: # (Docker) Create services/volumes/networks
docker-compose up -d