django-allauth-cas/tests/urls.py
Aurélien Delobelle 76fd5ca344 initial
2017-07-25 18:31:42 +02:00

6 lines
134 B
Python

# -*- coding: utf-8 -*-
from django.conf.urls import include, url
urlpatterns = [
url(r'^accounts/', include('allauth.urls')),
]