From dac75cdef4014092b7da706b8b7004b4dbd3fffd Mon Sep 17 00:00:00 2001 From: David Talbot Date: Tue, 3 Sep 2024 09:39:41 +0100 Subject: [PATCH] Include all fixtures in loaddata --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8457b132..c073a1f8 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ default: ## Build and serve the web site. python manage.py migrate - python manage.py loaddata buttholes special_squares rolls + python manage.py loaddata buttholes special-squares special-square-types rolls make scss python manage.py runserver