mirror of
https://github.com/PokeAPI/pokeapi
synced 2025-02-16 12:38:25 +00:00
This commit is contained in:
parent
c5301cedb1
commit
32b28274dc
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -21,7 +21,7 @@ test:
|
|||
python manage.py test --settings=config.local
|
||||
|
||||
clean:
|
||||
rm -rf *.pyc
|
||||
find . -type f -name '*.pyc' -delete
|
||||
|
||||
migrate:
|
||||
python manage.py migrate --settings=config.local
|
||||
|
|
Loading…
Add table
Reference in a new issue