This commit is contained in:
广宏伟
2015-10-26 22:17:16 +08:00
parent 72a18d6abf
commit 9366003f7b
13 changed files with 379 additions and 312 deletions

View File

@@ -5,7 +5,7 @@ from jlog.views import *
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'^search/$', log_search),
# url(r'^log_kill/', log_kill),
# url(r'^history/$', log_history),
# url(r'^search/$', log_search),
)