Russell Livermore
Results
2
comments of
Russell Livermore
I have been having this same exact error. I was first getting it on my index.html page. Then I fixed it by adding: ``` if not request.user.is_authenticated: return render(request, 'index.html')...
Yeah, I am not sure either, I tried to fix the other pages in my app with that piece of code and it just wouldn't fix anything but the homepage,...