diff --git a/django_select2/urls.py b/django_select2/urls.py index e587d05..2894b11 100644 --- a/django_select2/urls.py +++ b/django_select2/urls.py @@ -1,4 +1,4 @@ -from django.conf.urls.defaults import * +from django.conf.urls import * from .views import AutoResponseView