https://github.com/ujblockchain/django_lms
https://github.com/ujblockchain/django_lms
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ujblockchain/django_lms
- Owner: ujblockchain
- License: mit
- Created: 2024-02-26T16:05:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T04:12:32.000Z (about 2 years ago)
- Last Synced: 2025-01-14T12:13:47.702Z (over 1 year ago)
- Language: Python
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Learn the Basis of Django
This repository is dedicated to learning the basic concepts of Django functionalities. It is a comprehensive guide for beginners who want to understand Django and its various components.
## Topics Covered
1. **Django Data and Model**
2. **Data Relationship:** one-to-one, one-to-many, and many-to-many relationships.
3. **Rendering Data with Template**
4. **Built-in Admin Interface**
5. **Forms:** Manual method and Django's built-in form functionalities method.
6. **User Login, Sign-up, and Route Protection**
## Usage
This repository is intended to be used alongside the Django tutorial playlist available on our YouTube channel. The link to the playlist is provided below. Please note that the focus of this repository is on Django functionalities, and not much attention has been paid to styling or building a full-fledged application.
[Django Tutorial Playlist](https://youtube.com/playlist?list=PLYAUzWboAWPjJ0hc6w_2BLUwadbeMvfsz&si=65NGzKKs-y5s2Ac9)
Happy Learning!