Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.3k views
in Technique[技术] by (71.8m points)

i work django and me working on entering the display screen control admin but cannot access to get page admin

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...