Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:0.5
-
Epic Link:
-
Sprint:Spring 2019 Sprint 6
Description
submit app is giving 404 Page not found.
If the user is not logged in then the submit-app button should redirect to the sign-in page.
Branch: https://bitbucket.org/svallapu/appstore/branch/IGBF-1708
Edited LOGIN_URL variable in settings.py
When submit app is clicked it calls login_required decorator
login_required decorator does the following,
If the user isn’t logged in, redirect to settings.LOGIN_URL
Source : https://docs.djangoproject.com/en/2.2/topics/auth/default/
Ann Loraine