summaryrefslogtreecommitdiffstats
path: root/profiles/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/urls.py')
-rw-r--r--profiles/urls.py2
1 files changed, 1 insertions, 1 deletions
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