Skip to main content
00:00/00:00
Lecture 52 of 98

Create a superuser account

Download Course (Free)

Course Content

0 / 98 completed
Section 1: Setting Up Your Development Environment4 videos

What are virtual environments

3m

Python Installation on Windows

10m

Creating and activating a virtual environment on Windows

9m

Installing Visual Studio Code

17m
Section 2: Build a flask app to consume data from an API44 videos

Installing Flask

4m

How to run a flask app

2m

Creating a minimal flask app

13m

Adding a secret key to flask app

7m

Making an API Call

20m

Environment Variables

16m

Creating the logic part 1

23m

Creating the logic part 3

19m

Testing the app

5m

Creating the logic part 2

29m

Setting up firebase for authentication

31m

Creating templates

51m

Firebase Integration

18m

Form integration

30m

Implementing the logout logic

11m

Implementing the registration form logic

27m

Implementing password reset logic

8m

Creating a home route

6m

Creating an authentication function

9m

Implementing the login form logic

29m

Creating a base template

34m

Creating the home template

11m

Creating the login template

6m

Refactoring existing templates

22m

Creating the registration template

43m

Creating a Password reset template

34m

Firebase configuration checks

13m

Protecting Routes

9m

Testing app authentication process

18m

Initialize app with git repository

1m

Git configuration

4m

Git installation

12m

Creating a gitignore file

3m

Adding files to local repository

6m

Creating a personal access token for Github

10m

Backing up local repository to Github

12m

Create a Github account

14m

Preparing app for cloud deployment

7m

Creating a new web app in Pythonanywhere

3m

Create a new account on pythonanywhere

6m

Uploading project files to Pythonanywhere

9m

Creating and activating a virtual environment on Pythonanywhere

9m

Configuring WSGI File

8m

Running your app in a cloud hosting environment

2m
Section 3: Build an Image Upload Web App with Python and Django14 videos

What we will create

5m

Install Django

3m

Create a django project

2m

Create a superuser account

4mNow Playing

Creating a Django app

3m

Installing Pillow

2m

Start Django development server

12m

Interacting with Models from admin page

7m

Creating Views

13m

Defining URL Routes

16m

Django Templates

11m

Creating a Model

22m

Running Your App

7m

Populating Templates

29m
Section 4: Build a Law Firm Management System App36 videos

Installing Django in virtual environment

3m

Creating a django project

2m

Open Project in Code Editor

1m

Installing Postgresql on Windows Computer

10m

Installing PostgreSQL Database Adaptor

1m

Creating a new database

4m

Creating a new database account user

4m

Django Database Configuration

5m

Starting Django Dev Server

12m

Applying initial migrations

6m

Creating a django superuser account

4m

Creating a Django App

5m

Creating forms for Models

12m

Creating views Part 2

21m

Creating views Part 1

19m

Creating views Part 3

13m

Django URLS

5m

Creating Django Models

38m

Django Static Files

12m

What is Bootstrap

10m

How to add Bootstrap to Django Project

14m

What are Templates

3m

Populating the base template part 1

12m

Creating URLS

40m

Creating Django Template Files

10m

Installing Django Widget Tweaks

4m

Populating the base template part 3

23m

Populating the base template part 2

47m

Populating the home template

14m

Populating the case confirm delete template

14m

Populating the clients templates

32m

Populating the case list template

34m

Populating the case form template

36m

Populating the lawyers templates

15m

Interacting with the app from django admin site

11m

Testing the app

20m