mdserver-web/web
dami 6e754f2f7b Update __init__.py 2025-03-24 10:38:37 +08:00
..
admin Update __init__.py 2025-03-24 10:38:37 +08:00
core Update mw.py 2025-01-08 13:03:13 +08:00
misc
static Update site.js 2025-02-20 22:38:37 -08:00
templates 计划任务修复 2025-02-06 00:34:24 +08:00
thisdb Update user.py 2024-12-26 19:54:37 +08:00
utils Update crontab.py 2025-03-23 18:24:41 +08:00
app.py
branding.py
config.py
readme.md
setting.py
version.py

readme.md

  • 常用开发命令
gunicorn -b :7201 -k geventwebsocket.gunicorn.workers.GeventWebSocketWorker -w 1 app:app
gunicorn -b :7201 -w 1 app:app
gunicorn -c setting.py app:app