django user registration project Part-1 | django user account, sign up, login and logout | Python

Описание к видео django user registration project Part-1 | django user account, sign up, login and logout | Python

user registration project django python | create an user account, sign up, login and logout

User authentication in django.

create sign up form and login, after login redirect to the home page.
HTML5, CSS and django framework (Python)

django authentication login

part-1

In this video, the registration and login form code is shown. After logging in, users are redirected to the home page.

source code:
https://github.com/jaggpython/user_ac...

part-2

watch -    • user registration Part-2 | Django Com...  

In this video, only logged-in users can edit or delete data that belongs to them. other user data cannot be edit or delete.

source code:
https://github.com/jaggpython/crud_op...

In this video, function-based views are used to create user registration, login, and logout functions. During login, the user is authenticated and allowed to log in if the authentication is successful. If authentication fails, an "Invalid credentials" message is displayed.

Basic HTML code is used for the front end, making it very easy to understand. The CSS styles were copied from a GitHub repository.


CRUD Operations:

   • Django CRUD Operations Python | Rest ...  

   • Django Framework | Complete CRUD oper...  

   • Django Framework Python | Complete CR...  

CRUD Operations using ChatGPT:

   • Django CRUD Operations Python | Rest ...  

‪@PythonDeveloper01‬

Комментарии

Информация по комментариям в разработке