How to Join
This Tech Talk is free and open to everyone. Register below to get a link to join the live stream or receive the video recording after it airs.
Date | Time | RSVP |
---|---|---|
August 11, 2021 | 11:00 a.m.–12:00 p.m. ET / 3:00–4:00 p.m. GMT |
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 your 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