更新启动方式

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 migrate
# 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