Skip to content

Instantly share code, notes, and snippets.

from django.conf import settings
from django.core.management.base import BaseCommand, CommandError
from allauth.socialaccount.models import SocialApp
class Command(BaseCommand):
help = 'Loads allauth SocialApp settings into database'
def handle(self, *args, **options):