Finally, we're going to create a Movie detail page to show all data details of a Movie object
Learn how to list data from the database in the template (web page)
Learn how to pass data from Controller to the View (front-end)
Customize our movie dashboard to display what we desire
Let's create our Movie model which will be a table in the database
Learn about Django template and how we can display stuff in our front-end
Quickly update our navigation bar to what we want
Create a simple web page to show our testimonials
Let's add the Bootstrap front-end framework to our Django project
In this video, we're going to learn about the Django built-in Admin dashboard
Now it's time to create our Django app.
Let's create our very first Django project from scratch
Install Visual Studio Code as a code editor for this small project
We need to install Python as the first step
Learn how to work with Modules
Learn how to work with Classes
Learn how to work with Function
Learn how to work with control flow in Python to handle business logic
Learn how to work with Dictionaries
Learn how to work with List