Home > front end >  Unable to open the django admin url
Unable to open the django admin url

Time:10-03

Create a superuser, after the first login website 127.0.0.1:8000/admin/, input password, login, web page pops up, display the connection fails, Linux terminal also automatically end python3 manage. Py runserver then executes,
Every time after the input command python3 manage. Py runserver then executes, open the url, terminal process automatically end, unable to connect,

CodePudding user response:

In mysite. Set the DEBUG=True in the Settings, and then see the specific error message, then baidu,
  • Related