geonode.people.management.commands.setupsociallogins

Classes

Command

Module Contents

class geonode.people.management.commands.setupsociallogins.Command[source]

Bases: django.core.management.base.BaseCommand

help = 'Setup login via social providers - You need to add the relevant apps to ``INSTALLED_APPS`` in...[source]
static _get_client_id_arg(provider)[source]
static _get_client_secret_arg(provider)[source]
static _get_client_id_env(provider)[source]
static _get_client_secret_env(provider)[source]
static get_social_providers()[source]
add_arguments(parser)[source]
handle(*args, **options)[source]
_handle_provider(name, id_, client_id, secret_key)[source]