mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-04-07 15:40:57 +00:00
Merge pull request #36 from imom0/master
Fix importerror under django1.6
This commit is contained in:
commit
de18c95a61
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