gunicorn.errors.HaltServer: django

前端 未结 6 828
盖世英雄少女心
盖世英雄少女心 2020-12-05 01:18

I have a django app and trying to set it up with gunicorn first and later with supervisor and nginx.

The app is running with the normal django command perfectly like

6条回答
  •  温柔的废话
    2020-12-05 02:10

    For anyone facing the same issue, the problem is usually something in django itself. Activate your venv and run ./manage.py runserver

    This will usually give you a more detailed error message.

提交回复
热议问题