You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.