Commit 5fd15478 authored by guanghongwei's avatar guanghongwei

修改vies

parent 5ccffe6c
...@@ -221,6 +221,7 @@ def install(request): ...@@ -221,6 +221,7 @@ def install(request):
is_superuser=True, is_superuser=True,
ldap_password=md5_crypt('admin')) ldap_password=md5_crypt('admin'))
u.save() u.save()
return HttpResponse('Install successfully, please refresh this page.')
def login(request): def login(request):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment