diff --git a/README.md b/README.md index 159f8fa..e9d4ab2 100644 --- a/README.md +++ b/README.md @@ -64,3 +64,16 @@ The source code is released under the [MIT License](https://github.com/sibtc/dja The tutorials, documentations, comics are licensed under the [Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License](https://creativecommons.org/licenses/by-nc-sa/3.0/). + + +## 💡 Developer Notes + +This project is great for Django beginners to understand basic project structure, URLs, views, templates, and models. + +If you're new to Django, start by: +- Reading the existing views in `views.py` +- Exploring the templates in `templates/` +- Following the flow from URL → View → Template +## Developer Notes + +This guide is very helpful for beginners. I added some notes to help understand the folder structure better.