Skip to content

Latest commit

 

History

History
31 lines (15 loc) · 1.01 KB

File metadata and controls

31 lines (15 loc) · 1.01 KB

Authentication

Authentication in Python with Django framework Created by Aakash Panda

In this code User can login or logout. This project is simple and only based on authentication part.

Now, just go and see how our project is looking:

this is the main page output mean Homepage: Here user is not login -

image

User login from:

image

User Sign up

image

Now, See After User Login How over homepage look after user login : what changes you see -

image

image

Thank for reading it....