Opened 5 years ago
Closed 5 years ago
#31510 closed Uncategorized (duplicate)
server is not working properly for admin panel
Reported by: | Abhishek Kumar | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | 3.0 |
Severity: | Normal | Keywords: | server |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Recently I started using django3, in this new version whenever I am try to access my admin panel, it stops automatically. But reset of the urls are working fine. Like if I go to 127.0.0.1:8000/api/ this url it will work fine but if I go to 127.0.0.1:8000/admin/ and type my username and password it automatically stops the server. I have tried many different project. But same problems occurs .
I have tried many new project from scratch only just to access admin panel , but it didn't work.
I have a windows 10 pro machine with python3.7.
You have said that there might be problem in your project.
Duplicate of #31480.