In this project, You can learn about login_required option in django web framework. In many websites, to go to particular section in website, You must login. login_required option will make it happen without writing lot of code. Follow the instructions in homepage of the project and understand what is happening with login_required option in django.
-
Updated
Jun 14, 2020 - Python