Commit 17c55848 authored by 段英荣's avatar 段英荣

modify view

parent fe34de6d
......@@ -16,7 +16,8 @@ Including another URLconf
from django.conf.urls import url
from django.contrib import admin
from search.views import auto_complete
urlpatterns = [
url(r'^admin/', admin.site.urls),
url(r'^auto_complete$', 'search.views.auto_complete'),
url(r'^auto_complete$', 'auto_complete'),
]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment