A Python 3 environment with Django installed. Installation command would be:
python3 -m pip install django
The default run command can be:
python3 manage.py runserver
A webbrowser should be enable with a default URL of localhost:8000/