diff --git a/init.sh b/init.sh index 1a2354a..f40decd 100755 --- a/init.sh +++ b/init.sh @@ -1 +1,3 @@ python manage.py migrate + +gunicorn gmba_django.wsgi:application --bind [::]:8000