This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
django-allauth-authentic2/allauth_a2/urls.py

6 lines
173 B
Python

from allauth.socialaccount.providers.oauth2.urls import default_urlpatterns
from .provider import Authentic2Provider
urlpatterns = default_urlpatterns(Authentic2Provider)