summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTobias McNulty <tobias@caktusgroup.com>2025-10-13 09:46:57 -0400
committerGitHub <noreply@github.com>2025-10-13 09:46:57 -0400
commit1612897142120c6aa61918d4095fb5c69a20eea3 (patch)
treee6b4ce0fdde91ac10461f2592959cfdd130b877b /Makefile
parent3640cc55b5e57179f5c740b527ab9acf50b1cb5d (diff)
Streamlined and added CI steps for docker compose (#2207)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 78f59e89..910ce300 100644
--- a/Makefile
+++ b/Makefile
@@ -33,3 +33,10 @@ test:
watch-scss:
watchmedo shell-command --patterns=*.scss --recursive --command="make compile-scss-debug" $(SCSS)
+
+reset-local-db:
+ python -m manage flush --no-input
+ python -m manage loaddata dev_sites
+ python -m manage loaddata doc_releases
+ python -m manage loaddata dashboard_production_metrics
+ python -m manage update_metrics