mdserver-web/web
dami bf21399113 Update __init__.py 2025-05-24 23:06:24 +08:00
..
admin Update __init__.py 2025-05-24 23:06:24 +08:00
core
misc
static
templates
thisdb Update init.py 2025-05-24 18:45:59 +08:00
utils Update site.py 2025-05-24 19:31:35 +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