diff options
| author | Tobias McNulty <tobias@caktusgroup.com> | 2025-10-13 09:46:57 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-13 09:46:57 -0400 |
| commit | 1612897142120c6aa61918d4095fb5c69a20eea3 (patch) | |
| tree | e6b4ce0fdde91ac10461f2592959cfdd130b877b /Makefile | |
| parent | 3640cc55b5e57179f5c740b527ab9acf50b1cb5d (diff) | |
Streamlined and added CI steps for docker compose (#2207)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |
