Author thumbnail

harisystems

#django Building Web Applications with Django and PostgreSQL | best online courses

23 views
53 items
Last updated on Dec 26, 2023
public playlist
#django How to create Web Applications with Django and PostgreSQL | Introduction
3:53
1b Getting started on Windows, macOS, and Linux
1:15
1c How to ask great questions
1:35
1d FAQs
1:30
2a Installing Python
7:04
2b Installing PyCharm IDE for development
12:21
2c Creating the first Python project
8:32
2d Write and Run Hello World program
5:02
2e Command line basics
6:09
2f Installation and access pip command
9:59
3a Introduction to web framework and Django
4:12
3b Installing Django and setting up a project
6:57
3c Understanding Django architecture and structured
8:23
3d Creating a simple Django app
5:34
4a Introduction to PostgreSQL and its advantages for web applications
4:16
4b Installing PostgreSQL and setting up a database
12:49
4c pgAdmin Secure login and create database
10:30
4d Connection Django to PostgreSQL
8:54
4e Creating a Basic HTTP view method request
4:04
4f URL pattern on app
4:31
4g Include apps to project urls
4:56
4h Installing the psycopg2 module for DB connection
5:15
5a Defining models and creating database tables
7:39
5b Using Django’s built in ORM to interact with the database
5:26
5c Migration to create DB tables
5:44
5d Assessment Test
1:28
5e Solution for an Assessment Test
4:17
6a Creating Superuser as Admin
7:08
6b Authentication and Authorization
3:15
6c User access permissions
3:54
6d Registering user models to the admin Dashboard
3:35
6e Creating data using CRUD functionality
5:01
6f View data on the PostgreSQL database table
4:07
7a Understanding the MVC   MVT
5:13
7b Creating views and handling HTTP requests and rendering templates
9:37
7c Creating a template with HTML page
10:16
7d Building dynamic form and handling
9:57
8a Creating Bootstrap template
5:31
8b Applying Bootstrap to Django form
3:48
8c Creating Stunning Product Card items
9:17
9a Creating model
3:34
9b Creating forms
3:11
9c Creating views
7:30
9d Applying ORM   migrations
2:34
9e Creating my form template
4:40
9f Adding urls
2:44
9g Creating success view template
4:02
9h Project urls update and adding Installed apps
2:00
9i Run project and submit data to database
5:41
10a Creating report view method
2:57
10b Creating report template
3:28
10c Update urls pattern
1:33
10d Run project and test reports
2:38