mdserver-web/web
Mr Chen fa614fcf88 Update site.py 2024-11-07 03:55:16 +08:00
..
admin update 2024-11-07 03:50:50 +08:00
core
static
templates
thisdb Update binding.py 2024-11-07 03:53:09 +08:00
utils Update site.py 2024-11-07 03:55:16 +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