I\'m running a virtualenv to try to learn Django, but for whatever reason after installing Django and when I try to access the default Django start page, I get the following
Just run it in Python 3 instead:
python3 manage.py runserver
If that would work, consider also applying some app migrations via: python3 manage.py migrate.
python3 manage.py migrate