From 158bac21a8201dadd7d486a8b3d82d4fe032b671 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Tue, 9 Aug 2022 09:33:45 +0000 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 76b26f5..db6c005 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ run.loaddata: ## Load initial data # Migrate docker-compose exec -T django bash -c "python3 manage.py migrate" -run.loaddata.test: ## Load initial data test +run.loaddata.fake: ## Load initial data test make run.loaddata # Add superuser: alias "admin" - password "admin" docker-compose -f docker-compose.dev.yaml exec -T django bash -c "cat data/create_superuser.py | python3 manage.py shell"