From bd369aa6ef6aaed0963f87a203a7eae3af3423c0 Mon Sep 17 00:00:00 2001 From: shashi <96287842+mayavy@users.noreply.github.com> Date: Wed, 4 May 2022 21:38:04 +0530 Subject: [PATCH] Update urls.py --- rest_auth/tests/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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