更新启动方式

This commit is contained in:
李强
2023-10-03 23:11:51 +08:00
parent cbba5a60f4
commit e549d33a48
2 changed files with 2 additions and 2 deletions

View File

@@ -2,4 +2,4 @@
# python manage.py makemigrations # python manage.py makemigrations
# python manage.py migrate # python manage.py migrate
# python manage.py init -y # python manage.py init -y
gunicorn -c gunicorn_conf.py application.asgi:application uvicorn application.asgi:application --port 8000 --host 0.0.0.0 --workers 4

View File

@@ -25,7 +25,7 @@ user-agents==2.2.0
six==1.16.0 six==1.16.0
whitenoise==6.3.0 whitenoise==6.3.0
psycopg2==2.9.5 psycopg2==2.9.5
uvicorn==0.20.0 uvicorn==0.21.1
gunicorn==20.1.0 gunicorn==20.1.0
gevent==22.10.2 gevent==22.10.2
Pillow==8.3.2 Pillow==8.3.2