From aa9139c6421784f259f6929f19034459ff0364cd Mon Sep 17 00:00:00 2001 From: ibuler Date: Sun, 2 Nov 2014 23:01:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E9=A1=B5=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webroot/AutoSa/AutoSa/urls.py | 1 + webroot/AutoSa/templates/logView.html | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/webroot/AutoSa/AutoSa/urls.py b/webroot/AutoSa/AutoSa/urls.py index b94a76541..4d2999d97 100644 --- a/webroot/AutoSa/AutoSa/urls.py +++ b/webroot/AutoSa/AutoSa/urls.py @@ -31,4 +31,5 @@ urlpatterns = patterns('', (r'^chgKey/$', views.chgKey), (r'^upFile/$', views.upFile), (r'^downFile/$', views.downFile), + (r'^logView/$', views.logView), ) diff --git a/webroot/AutoSa/templates/logView.html b/webroot/AutoSa/templates/logView.html index 096ffb94b..88f2b85e9 100644 --- a/webroot/AutoSa/templates/logView.html +++ b/webroot/AutoSa/templates/logView.html @@ -32,4 +32,19 @@ + {% endblock %} \ No newline at end of file