mdserver-web/web
Mr Chen c1607752b2 update 2024-11-24 00:44:39 +08:00
..
admin update 2024-11-24 00:44:39 +08:00
core update 2024-11-23 23:15:25 +08:00
static Update site.js 2024-11-24 00:19:45 +08:00
templates
thisdb up 2024-11-22 21:47:33 +08:00
utils update 2024-11-24 00:44:39 +08:00
app.py
branding.py
config.py
readme.md
setting.py Update setting.py 2024-11-14 16:51:43 +08:00
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