i work django and me working on entering the display screen control admin but cannot access to get page admin
Blank information is displayed on the request path to:
http://127.0.0.1:8000/admin/login/?next=codeviaew/admin/
This problem occurs when I am working on a fake environment Pipfile
inside Pipfile:
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "*"
django-crispy-forms = "*"
pillow = "*"
[dev-packages]
[requires]
python_version = "3.8"
I deleted the database, recreated it and created a user, but the problem still exists
question from:
https://stackoverflow.com/questions/65946019/i-work-django-and-me-working-on-entering-the-display-screen-control-admin-but-ca 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…