django-allauth-ens/tests/urls.py
Aurélien Delobelle 0693a16015 Add tests (WIP)
2017-08-03 12:41: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')),
]