Opened 4 years ago

Closed 4 years ago

#31068 closed Bug (duplicate)

Server stops when going to /admin

Reported by: adriangzz Owned by: nobody
Component: contrib.admin Version: 3.0
Severity: Release blocker Keywords: admin django-admin
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Hello I have found a bug when opening the admin and doing a log in.
The servers stops and do not give any error at all.
Here are the steps to reproduce:

-pipenv shell
-pipenv install django
-django-admin startproject test
-cd test
-python manage.py migrate
-python manage.py createsuperuser
-python mange.py runserver

Then when trying to log in using the credentials ,the server stops.

Thanks

Change History (1)

comment:1 by Simon Charette, 4 years ago

Resolution: duplicate
Status: newclosed

Likely a duplicate of #31067.

Note: See TracTickets for help on using tickets.
Back to Top