新功能: 完善日志信息

This commit is contained in:
李强
2023-01-24 20:43:15 +08:00
parent f75c444699
commit 4804df5079
6 changed files with 158 additions and 59 deletions

View File

@@ -2,4 +2,4 @@
# python manage.py makemigrations
# python manage.py migrate
# python manage.py init -y
gunicorn -c gunicorn.py application.asgi:application
gunicorn -c gunicorn_conf.py application.asgi:application