Accessing admin panel doesn't work.
Hey,
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 .
Change History
(2)
Component: |
Error reporting → contrib.admin
|
Owner: |
set to nobody
|
Resolution: |
→ worksforme
|
Status: |
new → closed
|
Summary: |
accessing admin panel → Accessing admin panel.
|
Summary: |
Accessing admin panel. → Accessing admin panel doesn't work.
|
Admin works for me. I strongly believe that there is some issue in your projects, e.g. you're using unsupported database or 3rd party packages that don't support Django 3.0. Nevertheless, it's hard to say without a sample project. I would start from support channels.