Tentative de rendre fonctionnel le code en version prod

This commit is contained in:
Jean-Marie Favreau
2023-11-15 16:00:08 +01:00
parent b509e3d7da
commit 1e485998c1
24 changed files with 93 additions and 369 deletions

View File

@@ -1,5 +1,6 @@
#!/bin/bash
# Run migrations, collect static files and start server
if [ "$APP_ENV" != "prod" ]; then
python manage.py makemigrations --noinput

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env bash
wait_for_it=$(dirname "$0")/wait-for-it.sh