Séparation du fichier de configuration à l'aide de django-split-settings
This commit is contained in:
@ -5,10 +5,10 @@ set -e
|
||||
chown -R guest "$DB_DIR"
|
||||
|
||||
if [ "$1" = 'dev' ]; then
|
||||
export DJANGO_SETTINGS_MODULE=collection.settings
|
||||
export DJANGO_ENV='development'
|
||||
exec python3 manage.py runserver 0.0.0.0:8000
|
||||
elif [ "$1" = 'prod' ]; then
|
||||
export DJANGO_SETTINGS_MODULE=collection.production
|
||||
export DJANGO_ENV='production'
|
||||
# Collect static files
|
||||
python3 manage.py collectstatic --noinput --clear -v 0
|
||||
exec uwsgi --ini uwsgi.ini --pythonpath "$APPS_DIR" --static-map=/static/="$STATIC_ROOT"
|
||||
|
Reference in New Issue
Block a user