diff --git a/rest_auth/tests/urls.py b/rest_auth/tests/urls.py index 9544c4b..3be5113 100644 --- a/rest_auth/tests/urls.py +++ b/rest_auth/tests/urls.py @@ -1,4 +1,4 @@ -from django.urls import path, include +from django.urls import path, re_path, include from django.views.generic import TemplateView from . import django_urls