liqd / a4-product

A modern online participation platform for everyone developed by Liquid Democracy
http://beteiligung.in
GNU Affero General Public License v3.0
16 stars 3 forks source link

Mn 2019 style social login pages #1008

Closed MagdaN closed 5 years ago

MagdaN commented 5 years ago

to test this please add this to your local.py:

from .base import * INSTALLED_APPS += ('allauth.socialaccount.providers.facebook', 'allauth.socialaccount.providers.github', 'allauth.socialaccount.providers.google', 'allauth.socialaccount.providers.twitter', )

Be aware, this will only show the buttons, they won't work