New to Django trying to create a project in a virtual environment
This solved my issue:
pip uninstall django
pip install django==2.2.11