photo26/allauth_oauth/apps.py
krek0 893c56874f
All checks were successful
Docker / build (release) Successful in 8s
Add allauth_oauth app to sync user fields on OAuth login
2026-05-07 14:08:13 +02:00

12 lines
314 B
Python

# This file is part of photo21
# Copyright (C) 2022 Amicale des élèves de l'ENS Paris-Saclay
# SPDX-License-Identifier: GPL-3.0-or-later
from django.apps import AppConfig
class AllauthOAuthConfig(AppConfig):
name = "allauth_oauth"
def ready(self):
import allauth_oauth.signals # noqa: F401