Move all directories per theme
This commit is contained in:
4
core/admin/start.sh
Executable file
4
core/admin/start.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
python manage.py db upgrade
|
||||
gunicorn -w 4 -b 0.0.0.0:80 --access-logfile - --error-logfile - --preload mailu:app
|
||||
Reference in New Issue
Block a user