1
Look at psa django template example. All you need to do is to pass correct stackoverflow’s backend name. Also verify PSA version to ensure that local packet version support stackoverflow oauth.
0
I got it:
<a href = "{% url 'social:begin' 'stackoverflow' %}?next={{ request.path }}"> Stackoverflow</a></p>
- [Answer]-How group by date in Django
- [Answer]-Nested Relationship in django rest framework
- [Answer]-Admin: override the "save" action
Source:stackexchange.com