mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-22 03:13:06 +00:00
revert: remove win
This commit is contained in:
parent
b4cedb37d7
commit
22f1580a68
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue