I could not really explain it in the title of this question . I need to get the profile image of a user in django allauth. In this question : how to display image from google account: django-allauth , a answer was to use user.socialaccount_set.filter(provider='google')[0].extra_data['picture'] in the server side . Where is server side ?
Error:
return render(request,"homepage.html")^ IndentationError: unindent does not match any outer indentation level