<aside> ❗ Please make sure you have installed the required packages before you continue.

</aside>

Official Tutorials

https://docs.djangoproject.com/en/5.0/intro/tutorial01/

Important Notes:

  1. Wherever it shows you to execute python commands in the tutorial, you may need to execute python3 instead. You can find your python version using python3 --version
  2. Also, you may need to use the button on the bottom right of the tutorial page to change the version of the tutorial to match your django version. You can find your django version using django-admin --version.
  3. If you're using Duke VM, please refer to this guide for how to modify allowed host to enable access.

Other Resources Might be Helpful