harmonize dev prod

This commit is contained in:
leo
2026-02-24 16:36:49 +01:00
parent 1d42dd26ed
commit 543ac20d66
8 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -89,5 +89,5 @@ function _dc_exec() {
#
# ARGS : django's manage.py command arguments
function _django_manage() {
_dc_run "app-dev" python manage.py "$@"
_dc_run "app-development" python manage.py "$@"
}
+1 -1
View File
@@ -4,5 +4,5 @@ source "$(dirname "${BASH_SOURCE[0]}")/_config.sh"
_dc_run \
-e DJANGO_CONFIGURATION=Test \
app-dev \
app-development \
pytest "$@"
+1 -1
View File
@@ -4,7 +4,7 @@ source "$(dirname "${BASH_SOURCE[0]}")/_config.sh"
_dc_run \
-e DJANGO_CONFIGURATION=Test \
app-dev \
app-development \
python manage.py spectacular \
--api-version 'v1.0' \
--urlconf 'meet.api_urls' \