Add demo data purge command

This commit is contained in:
2026-04-06 02:34:12 +02:00
parent 7d9bb0665e
commit f15b1d4eab
2 changed files with 121 additions and 1 deletions

2
Jenkinsfile vendored
View File

@@ -82,7 +82,7 @@ PY
pip install ruff vdt.versionplugin.wheel
pip install --upgrade "setuptools==69.5.1" wheel
manage.py migrate --no-input --skip-checks
manage.py purge_demo_data
manage.py purge_demo_data --keep-only-idea-products
manage.py collectstatic --no-input --verbosity=0
pip install "httpx<0.28"
'''