Simple Django template Tutorial by 'Programming with Mosh': https://youtu.be/rHux0gMZ3Eg?list=PLAQNDkIq1_xSVp0FP4Z8QGOBUdgBoxad8 and HTML template by https://templatemo.com/tm-567-nomad-force
pipenv install django
pipenv shell
python manage.py runserver
Enter http://localhost:8000/playground/index/ to access the main page
May be necessary to change interpreter to the one in our environmet.
pipenv --venv
Copy the result url and paste in:
- VS Code: View -> Command Palette ->Python: Select interpreter -> Enter interpreter path -> url/bin/python
Django debug toolbar
pipenv install django-debug-toolbar
Follow: https://django-debug-toolbar.readthedocs.io/en/latest/installation.html