Contenido del Curso
Django ORM Ninja: Técnicas Avanzadas para Desarrolladores
Django ORM Ninja: Técnicas Avanzadas para Desarrolladores
1. Introduction to Django ORM
2. Models, datatypes, and fields
Defining The First Model
Open models.py
inside db
folder and let’s start with the example of our first model:
Each instance of the Author class represents one row in the database table.
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 2. Capítulo 1