JaqiKal / ScrollStack

My very first full stack project; HTML, CSS, JavaScript, Python+Django and PostgreSQL
0 stars 1 forks source link

BUG: When authenticated (logged in) the body is showing base template. #52

Closed JaqiKal closed 6 months ago

JaqiKal commented 6 months ago

Problem: When authenticated (logged in) the body is showing base template.

Encountered: During early testing (ET), while performing crafting allauth.

Can it be Reproduced: Yes it is reproducable, one just perform the Log in precedure.

Impact:

Possible Testing and Validation:

JaqiKal commented 6 months ago

The LOGIN_REDIRECT_URL = was duplicated in scroll_manager/settings.py. The setting name was associated with different setting values.

This was removed Image

And added here Image