From 536c41fadc544cac2f958a5f8e7922da6527129e Mon Sep 17 00:00:00 2001 From: Simon J Greenhill Date: Mon, 8 Aug 2016 20:33:36 +1000 Subject: [PATCH] Update urls.py --- src/tests/urls.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/tests/urls.py b/src/tests/urls.py index 604f3cd..408e7bc 100644 --- a/src/tests/urls.py +++ b/src/tests/urls.py @@ -4,7 +4,4 @@ should be added within the test folders, and use TestCase.urls to set them. This helps the tests remain isolated. """ -from django.conf.urls import patterns - - -urlpatterns = patterns("") +urlpatterns = []