Create Your First Django Project
Learn how to set up your first Django project, create models with various relationships, and perform CRUD operations on Django objects. Discover the power of Django’s ORM layer for interacting with databases using object-oriented programming. Start building high-level web applications with Python today.
At a Glance
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.
Django is a high-level web application framework for Python, which is an open source general purpose programming language. Django contains an object-relational mapping (ORM) layer that enables you to interact with databases by using object-oriented programming (OOP) languages.
User Reviews
Be the first to review “Create Your First Django Project”
You must be logged in to post a review.


There are no reviews yet.