<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:
- 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
- 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
.
- 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