Django Tutorial - Django Models

Опубликовано: 24 Октябрь 2024
на канале: Geeks Coders
297
4

Join Django Course
https://geekscoders.com/courses/djang...

In this Django Tutorial we are going to talk about Django Models, According to Django Documentation a model is the single, definitive source of information about your data. It contains the essential fields and behaviors of the data you’re storing. Generally, each model maps to a single database table, also each models is a Python class that extends from django.db.models.Model. for example if you want to create a database table for Student, than you can just create regular python class at name of Student that extends from django.db.models.Model.

Django
Django Tutorial
Django Models
Django Tutorial - Django Models

Django#DjangoTutorial#DjangoModels