Tentative de rendre fonctionnel le code en version prod
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
# Run migrations, collect static files and start server
|
||||
if [ "$APP_ENV" != "prod" ]; then
|
||||
python manage.py makemigrations --noinput
|
||||
|
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
wait_for_it=$(dirname "$0")/wait-for-it.sh
|
||||
|
||||
|
Reference in New Issue
Block a user