完成webtermial demo

This commit is contained in:
ibuler
2015-11-05 18:31:00 +08:00
parent 618aed3278
commit 1bc15e57a6
8 changed files with 5566 additions and 1 deletions

View File

@@ -105,4 +105,6 @@ def log_record(request):
return HttpResponse('无日志记录, 请查看日志处理脚本是否开启!')
def web_terminal(request):
return render_to_response('jlog/web_terminal.html', locals())