Working with Django Models
Course info



Course info



Description
At the center of any great web application is a strong data model. Django Models and the framework’s built in ORM is a key tool in the Django developer’s tool belt that makes it easy to build and maintain complex data structures to support your website. In this course, Django ORM Framework, you’ll learn about the features of the Django ORM and how to use it effectively. First, you’ll explore ORMs in general, how they work, and how we use them to abstract complex database queries from the rest of the website’s development. Next, you’ll discover how to write queries, build abstract models, easily encapsulate common data operations, and adapt to changes in your data structure using migrations. Finally, you’ll learn how to optimize, troubleshoot, and maintain your data model. When you’re finished with this course, you’ll have the knowledge of the Django ORM Framework and skills needed to build and maintain a powerful relational foundation for your next web application.
Section Introduction Transcripts
Course Overview
Hi, everyone. My name is Reindert‑Jan Ekker, and welcome to my course, Working with Django Models. I'm a long‑time developer and educator at my own company, CodeSensei. In this course, we're going to explore the power of the Django model layer. Some of the major topics that we will cover include modeling your data using Django model classes and model fields, writing powerful queries using query sets and managers, customizing the behavior of your models, migrating your database when your code changes, and optimizing the performance of your model code. When you're finished with this course, you'll have the knowledge and skills needed to build and maintain a powerful relational foundation for your next web application. Before beginning the course, you should be familiar with the basics of Django, Python, and a bit of SQL. I hope you'll join me on this journey to learn all about Django models with the course Working with Django Models at Pluralsight.