mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-04-14 02:20:57 +00:00
Do not import urls defaults
This commit is contained in:
parent
e082822cdd
commit
80f52a4b27
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
from django.conf.urls.defaults import *
|
||||
from django.conf.urls import *
|
||||
|
||||
from .views import AutoResponseView
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue