修改bug,实时搜索完成

This commit is contained in:
halcyon
2015-04-07 19:15:45 +08:00
parent 7de943c6e4
commit ef63fce7c4
15 changed files with 532 additions and 90 deletions

View File

@@ -22,4 +22,5 @@ urlpatterns = patterns('',
url(r'^host_del/(\w+)/$', host_del),
url(r'^host_edit/$', host_edit),
url(r'^host_edit/batch/$', batch_host_edit),
url(r'^host_edit_common/batch/$', batch_host_edit_common),
)