Merge branch 'master' into refactor-config

This commit is contained in:
kaiyou
2018-11-08 21:43:05 +01:00
111 changed files with 2696 additions and 1098 deletions

7
core/admin/start.py Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/python3
import os
os.system("flask mailu advertise")
os.system("flask db upgrade")
os.system("gunicorn -w 4 -b :80 --access-logfile - --error-logfile - --preload 'mailu:create_app()'")