About This Course
Course Curriculum
-
Introduction
00:04:00 -
Getting started on Windows, macOS, and Linux
00:01:00 -
How to ask great questions
00:02:00
-
FAQs
00:01:00 -
Installing Python
00:07:00 -
Installing PyCharm IDE for development
00:12:00 -
Creating the first Python project
00:09:00 -
Write and Run Hello World program
00:05:00 -
Command line basics
00:06:00 -
Installation and access pip command
00:10:00
-
Introduction to web framework and Django
00:04:00 -
Installing Django and setting up a project
00:07:00 -
Installing Django and setting up a project
00:07:00 -
Understanding Django architecture and structured
00:08:00 -
Creating a simple Django app
00:06:00
-
Introduction to PostgreSQL and its advantages for web applications
00:04:00 -
Installing PostgreSQL and setting up a database
00:13:00 -
pgAdmin Secure login and create database
00:10:00 -
Connection Django to PostgreSQL
00:09:00 -
Creating a Basic HTTP view method request
00:04:00 -
URL pattern on app
00:05:00 -
Include apps to project urls
00:05:00 -
Installing the psycopg2 module for DB connection
00:05:00
-
Defining models and creating database tables
00:08:00 -
Using Djangos built-in ORM to interact with the database
00:05:00 -
Migration to create DB tables
00:06:00 -
Assessment Test
00:01:00 -
Solution for an Assessment Test
00:04:00
-
Creating Superuser as Admin
00:07:00 -
Authentication and Authorization
00:03:00 -
User access permissions
00:04:00 -
Registering user models to the admin Dashboard
00:04:00 -
Creating data using CRUD functionality
00:05:00 -
View data on the PostgreSQL database table
00:04:00
-
Understanding the MVC
00:05:00 -
Creating views and handling HTTP requests and rendering templates
00:10:00 -
Creating a template with HTML page
00:10:00 -
Building dynamic form and handling
00:10:00
-
Creating Bootstrap template
00:06:00 -
Applying Bootstrap to Django form
00:04:00 -
Creating Stunning Product Card items
00:09:00
-
Creating model
00:04:00 -
Creating forms
00:03:00 -
Creating views
00:07:00 -
Applying ORM – migrations
00:03:00 -
Creating my_form template
00:05:00 -
Adding urls
00:03:00 -
Creating success_view template
00:04:00 -
Project urls update and adding Installed apps
00:02:00 -
Run project and submit data to database
00:06:00
-
Creating report_view method
00:03:00 -
Creating report_template
00:03:00 -
Update urls pattern
00:02:00 -
Run project and test reports
00:03:00