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

后端 未结 7 2039
野的像风
野的像风 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:20

    It may be a database connection error.

    If you are using AWS for your database, go to the RDS instances tab, click on the security group(s) and edit their inbound/outbound rules to allow connections from the correct host (or from anywhere for a quick fix)

提交回复
热议问题