This commit is contained in:
ibuler@qq.com
2015-10-27 20:25:18 +08:00
parent 9366003f7b
commit ffab7ae697
6 changed files with 114 additions and 83 deletions

View File

@@ -6,6 +6,7 @@ urlpatterns = patterns('',
url(r'^$', log_list),
url(r'^log_list/(\w+)/$', log_list),
# url(r'^log_kill/', log_kill),
# url(r'^history/$', log_history),
url(r'^history/$', log_history),
url(r'^record/$', log_record),
# url(r'^search/$', log_search),
)