Table of Contents
URL: https://www.progressiverobot.com/jumping-into-django-models/
Video
[youtube OI4m2aWfLqE 423 752]
About the Talk
Django Models are the definitive declaration about your data. They contain essential fields and define behaviors that allow you to access and manipulate your data independently on your database engine. In this talk, we'll get started with Models, from creating your first model, adding model methods, making queries, aggregation and more.
If you've always wanted to level up with Django Models, this is the talk for you.
What You'll Learn
- How to create simple and clean Models
- How to use magic methods, add your own methods, and create relationships between Models
- How to perform queries and aggregations against your Models
This Talk Is Designed For
Any software developer that want to take your Django Models skills to the next level
Prerequisites
- Python knowledge
- Django knowledge