|
|
@ -10,9 +10,11 @@ mw_start(){ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mw_start_debug(){ |
|
|
|
mw_start_debug(){ |
|
|
|
|
|
|
|
# gunicorn -c setting.py app:app |
|
|
|
python task.py & |
|
|
|
python task.py & |
|
|
|
# gunicorn -b :7200 app:app |
|
|
|
# gunicorn -b :7200 app:app |
|
|
|
gunicorn -c setting.py app:app |
|
|
|
gunicorn -c setting.py app:app |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
mw_stop() |
|
|
|
mw_stop() |
|
|
|