Django Admin Login page - Python Crashes
I had the same problem with python 3.7.0 and Django 3.0 I've solved it by upgrading the python to Python 3.7.6
brew upgrade python3
Then I faced some issues with links and venv and I had to reinstall my venv and Django. So, I hope it helps someone.
I got the same issue with Python 3.7.0 as well. Upgrading to Python 3.8.0 solves this.