From 5fd15478a803cf2d258a4dc87da48ce43b4c721a Mon Sep 17 00:00:00 2001 From: guanghongwei Date: Sat, 27 Sep 2014 20:20:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=87=EE=86=BD=E6=95=BCvies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webroot/AutoSa/AutoSa/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/webroot/AutoSa/AutoSa/views.py b/webroot/AutoSa/AutoSa/views.py index 9ec484d31..1f360f9c1 100644 --- a/webroot/AutoSa/AutoSa/views.py +++ b/webroot/AutoSa/AutoSa/views.py @@ -221,6 +221,7 @@ def install(request): is_superuser=True, ldap_password=md5_crypt('admin')) u.save() + return HttpResponse('Install successfully, please refresh this page.') def login(request):