Django runserver hangs at “System check identified no issues (0 silenced).”

后端 未结 7 2032
野的像风
野的像风 2021-02-18 22:52

On one Ubuntu box, the project runs just fine with python manage.py runserver. When trying to replicate it on another Ubuntu box, after installation, it hangs at

7条回答
  •  渐次进展
    2021-02-18 23:21

    Just came across the same issue - in my case it happened because the database server was down

    EDIT: Django version 1.9

提交回复
热议问题