Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.