Add make loadall

This commit is contained in:
Lukáš Kucharczyk 2023-01-20 19:58:31 +01:00
parent c42687a072
commit 77268ae92f
1 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,9 @@ dumpgames:
loadplatforms:
poetry run python manage.py loaddata platforms.yaml
loadall:
poetry run python manage.py loaddata data.yaml
loadsample:
poetry run python manage.py loaddata sample.yaml