Commit 9b95ff06 authored by 段英荣's avatar 段英荣

modify view

parent defec123
......@@ -19,5 +19,5 @@ from django.contrib import admin
from search.views import auto_complete
urlpatterns = [
url(r'^admin/', admin.site.urls),
url(r'^auto_complete$', 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