add readme

This commit is contained in:
godd0t
2023-05-10 14:02:09 +02:00
parent 2dd3a34f5b
commit 86d8ea3ad2
4 changed files with 124 additions and 3 deletions

View File

@@ -9,5 +9,5 @@ else
python manage.py makemigrations --noinput
python manage.py migrate --noinput
python manage.py collectstatic --noinput
gunicorn "$APP_NAME".wsgi:application --bind "$APP_HOST":"$APP_PORT" --workers 3 --log-level=debug
gunicorn "$APP_NAME".wsgi:application --bind "$APP_HOST":"$APP_PORT" --workers 3 --log-level=info
fi