Django is the best framework to build dynamic website in Python. So today i created a simple Registration, Login and Logout system in Django Framework.
- Registeration of User
- Login after registration
- Check the details if user is already created
- If login successfully done, user can enter the main page of website. Otherwise he will redirect to login page.