11. Creating a Django Login page

Опубликовано: 12 Февраль 2026
на канале: codefez
167
12

In this video, we create a Login form and add the functions to Login and Logout for a Python Django tutorial.
I used a ready-made Bootstrap Login form which I found at https://bootsnipp.com/snippets/3522X

Follow the project using my notion notebook https://www.notion.so/bitfez/Build-IM...

Download the progress on GitHub https://github.com/bitFez/build_imdb_...

00:00 intro
00:36 Importing Django authentication functions
01:37 Adding the Login template
03:25 Adding Login & logout redirects
04:55 Using a Bootstrap Login template
06:44 including the CSS file for Login page
12:50 Adding icons to form
15:58 Adding form inputs to template
19:21 Adding Login/logout buttons to navbar