Gunicorn无法运行服务器

时间:2019-05-13 09:08:56

标签: django ssl nginx https gunicorn

我正在运行命令using TensorFlow backend。但是服务器未运行,也未接受浏览器的任何请求。它应至少显示python manage.py runserver 0.0.0.0:8000 正如我在运行命令时所显示的那样。

[2019-05-13 08:59:53 +0000] [9693] [INFO] Starting gunicorn 19.9.0 [2019-05-13 08:59:53 +0000] [9693] [INFO] Listening at: http://0.0.0.0:8000 (9693) [2019-05-13 08:59:53 +0000] [9693] [INFO] Using worker: sync [2019-05-13 08:59:53 +0000] [9696] [INFO] Booting worker with pid: 9696

独角兽只显示了这一点。 python manage.py runserver 0.0.0.0:8000

运行Performing system checks... Using TensorFlow backend. System check identified no issues (0 silenced).

{{1}}

1 个答案:

答案 0 :(得分:0)

有关如何在设置文件中配置Django登录的信息,请参见https://codeinthehole.com/tips/console-logging-to-stdout-in-django/