Create Your First Django Project
Learn how to set up your first Django project and create applications. Explore database migrations and work with One-To-One, One-To-Many, and Many-To-Many relationships. Master CRUD operations and querying with filters on a Django database. Start your journey into Django development today.
In this guided project, you will set up your first Django project, create an application, and discover how to make changes with database migrations. Then, working with an online course app example, you will create Django models with One-To-One, One-To-Many, and Many-To-Many relationships; practice create, read, update, and delete (CRUD) operations on Django objects; and discover how to run queries with filters on a Django database.
×