diff --git a/Makefile b/Makefile index 977f3b9..8abd495 100644 --- a/Makefile +++ b/Makefile @@ -8,5 +8,11 @@ clean: run: python app.py +seed: + python seed.py + +run-with-seed: clean + python app.py & sleep 5 && python seed.py + reset-admin: clean python create_admin.py