How to Create a Reset Password Form in Django (Part 1) In this part of the Django tutorials, you will learn how to create a reset password form.v This tutorial is the following of the signup and login form series of videos and you’d better start from the beginning of…
Updates
#18 Reset Password – Part 1 (Django Beginner to Intermediate Tutorials)
How to Create a Reset Password Form in Django (Part 1) In this part of the Django tutorials, you will learn how to create a reset password form.v This tutorial is the following of the signup and login form series of videos and you’d better start from the beginning of…
#17 Sing Up – Past 2 (Django Beginner to Intermediate Tutorials)
How to Create a Sign Up Form in Django (Part-2) In this part of the django tutorials, you will learn how to create a sign up form in a Django project. This tutorial comes after the login tutorial where you learned how create a login form. So, if you want…
#16 Sign Up (Django Beginner to Intermediate Tutorials)
How to Create a Sign Up Form in Django (Part-1) In this part of the django tutorials, you will learn how to create a sign up form in a Django project. This tutorial comes after the login tutorial where you learned how create a login form. So, if you want…
#15 Styling Login Form (Django Beginner to Intermediate Tutorials)
How to Create a Login Form in Django (Part-4) In this part of the django tutorials, you will learn how to create a login form in a Django project. We will focus on both fronend and the backend. So you that you will be able to add authentication to your…
#14 Login – Part 3 (Django Beginner to Intermediate Tutorials)
How to Create a Login Form in Django (Part-3) In this part of the Django tutorials, you will learn how to create a login form in a Django project. We will focus on both front-end and the back-end. So you that you will be able to add authentication to your…
#13 Login – Part 2 (Django Beginner to Intermediate Tutorials)
How to Create a Login Form in Django?(Part-2) In this part of the django tutorials, you will learn how to create a login form in a Django project. We will focus on both fronend and the backend. So you that you will be able to add authentication to your website.
#12 Login (Django Beginner to Intermediate Tutorials)
How to Create a Login Form in Django (Part-1) In this part of the Django tutorials, you will learn how to create a login form in a Django project. We will focus on both front-end and the back-end. So you that you will be able to add authentication to your…
#11 Static Files (Django Beginner to Intermediate Tutorials)
Static Files in Django In this part of the Django tutorials, you will learn about the static files. When we talk about the static files in Django, we are referring to images, CSS or JavaScript files. Notice that in a Django project, the static files cannot be placed in any…
#10 Extending Database (Django Beginner to Intermediate Tutorials)
adding new variables to the models.py In this part of the django tutorials, you will learn how to add new variables to the models.py file. In our recent videos, you learned how to add the names of the classmates to the models.py. Now, we will add other…