I face with the problem that my app can not start properly.
How can i face that in order to run properly?
Here is my log
2020-04-08 16:30:27 +0800] [16670] [INFO] Starting gunicorn 20.0.4
[2020-04-08 16:30:27 +0800] [16670] [INFO] Listening at: http://0.0.0.0:19997 (16670)
[2020-04-08 16:30:27 +0800] [16670] [INFO] Using worker: geventwebsocket.gunicorn.workers.GeventWebSocketWorker
[2020-04-08 16:30:27 +0800] [16673] [INFO] Booting worker with pid: 16673
[2020-04-08 16:30:27 +0800] [16673] [INFO] Worker exiting (pid: 16673)
[2020-04-08 16:30:27 +0800] [16670] [INFO] Shutting down: Master
[2020-04-08 16:30:27 +0800] [16670] [INFO] Reason: App failed to load.
I have already installed
gunicorn 20.0.4
gevent 1.4.0
gevent-websocket 0.10.1
Django 1.10.1
python 3.7.4