chore: add target [skip ci]

This commit is contained in:
Alessandro Pezzè 2023-02-06 12:10:08 +01:00 committed by GitHub
parent 00a73288d3
commit 6305602cb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,9 @@ dev-install: # Install developer requirements + base requirements
setup: # Set up the project database
python manage.py migrate ${local_config}
build-db: # Build database
echo "from data.v2.build import build_all; build_all()" | python manage.py shell ${local_config}
wipe-sqlite-db: # Delete's the project database
rm -rf db.sqlite3