From 0e669942fc4997edd8eddb8207dd162ca20eccbb Mon Sep 17 00:00:00 2001 From: Sam Dudley Date: Thu, 13 Feb 2025 11:39:03 +0000 Subject: [PATCH] adjust create-stub-data --- makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile b/makefile index f855511a..f1303752 100644 --- a/makefile +++ b/makefile @@ -46,6 +46,7 @@ create-stub-data: # Create stub data for testing $(web) $(manage) populate_gift_hospitality_table $(web) $(manage) loaddata test_payroll_data $(web) $(manage) create_test_user --password=password + make feature-flags setup: # Set up the project from scratch make down