mdserver-web/web
Mr Chen fc0b79f018 Update orm.py 2024-12-12 12:38:30 +08:00
..
admin Update php.py 2024-12-12 04:19:00 +08:00
core Update orm.py 2024-12-12 12:38:30 +08:00
misc Update mw_api.py 2024-12-04 01:26:36 +08:00
static Update public.js 2024-12-10 18:35:57 +08:00
templates up 2024-12-05 05:45:06 +08:00
thisdb Update logs.py 2024-12-12 02:11:12 +08:00
utils Update plugin.py 2024-12-11 18:56:53 +08:00
app.py
branding.py
config.py
readme.md
setting.py
version.py Update version.py 2024-12-10 18:36:04 +08:00

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