pre-prod #17

Merged
woutervermeer merged 12 commits from pre-prod into main 2026-03-26 08:17:37 +00:00
Showing only changes of commit 1c545638b9 - Show all commits

View File

@@ -1,6 +1,6 @@
services:
web:
command: python -Wa manage.py test --noinput --parallel
command: python manage.py check --deploy; python -Wa manage.py test --noinput --parallel
restart: "no"
env_file:
- path: .env.template