An open API service indexing awesome lists of open source software.

https://github.com/ujblockchain/django_lms


https://github.com/ujblockchain/django_lms

Last synced: about 2 months ago
JSON representation

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!