Hi fellow Django developers, here we are looking at Django models, what they are and how they can be used with Django databases.
We looked at how to interact with this models using Django ORM.
To create a database table in Django, all we have to do is write a little python code in our models.py file to define a Class and then designate the fields we want to add to the database.
This is followed by making migrations and running those migrations.
In this tutorials we looked at all these.
LIKE, SUBSCRIBE, COMMENT AND SHARE ❤✔✔✔
Django Complete Beginner Tutorial
==================================
• Complete Django Beginner Tutorial
How to render Django template
==========================================
• How to PROPERLY render HTML templates in D...
Github Source Code
https://github.com/Chuqdi/youtube_com...
00:00 Introduction
01:17 What are Django Models
10:48 Django Model Migration
14:43 Interacting with Django Models with ORM