New to Django trying to create a project in a virtual environment
Try downgrading Django to 2.2.11. It worked for me
I have changed Django version from 3.0 to 2.2.8 its working fine now, this may be an issue in Django 3.0.
I am facing same issue, I think this may be issue with django 3.x.x series, once I run python manage.py runserver and then go to the admin URL server stops
Apparently there is a bug using django 3.0 and python versions < 3.7.5. To resolve this either use lower versions of django or update your python to higher versions i.e >= 4.7.5
Upgrade your Django version to latest one django==3.1.2. It was giving problem in version 3.0 with Python 3.7 now its working fine.
To solve this problem Use Django 2.2
In the terminal type.
pip install django==2.2