Migrate Django server to guicorn
This commit is contained in:
@@ -36,5 +36,5 @@ fi
|
||||
# Sync the countries and world travel regions
|
||||
python manage.py download-countries
|
||||
|
||||
# Start Django server
|
||||
python manage.py runserver 0.0.0.0:8000
|
||||
# Start gunicorn
|
||||
gunicorn main.wsgi:application --bind 0.0.0.0:8000
|
||||
Reference in New Issue
Block a user