mirror of
https://github.com/PokeAPI/pokeapi
synced 2025-02-16 12:38:25 +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
|
shell: # Load a shell
|
||||||
python manage.py shell ${local_config}
|
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-up: # (Docker) Create services/volumes/networks
|
||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue