6 lines
146 B
Python
6 lines
146 B
Python
|
from allauth_cas.urls import default_urlpatterns
|
||
|
|
||
|
from .provider import ExampleCASProvider
|
||
|
|
||
|
urlpatterns = default_urlpatterns(ExampleCASProvider)
|