New to Django trying to create a project in a virtual environment
django version 3.0.1 not helped. version 2.2.8 working fine. but i find a way to access admin site without crashing the server. login to main page or your apps main page in admin site stops the server. but you can log in to urls like this: http://127.0.0.1:8000/admin/YourAppsName/YourModelsName/
but still going to apps main page crashs the server.