From 3fd805e26cdef0f07e61fc66645ba21219e26976 Mon Sep 17 00:00:00 2001 From: Sam Wenham Date: Sat, 14 Apr 2018 21:37:12 +0100 Subject: More cleanup and modernisation --- profiles/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profiles/urls.py') diff --git a/profiles/urls.py b/profiles/urls.py index a703e9b..d10894d 100644 --- a/profiles/urls.py +++ b/profiles/urls.py @@ -22,7 +22,7 @@ redirect. If you don't use that name, remember to explicitly pass """ -from django.conf.urls.defaults import * +from django.conf.urls import * from profiles import views -- cgit v1.2.3