Rename the freeposte/mailu directory and database

This commit is contained in:
Pierre Jaury
2016-10-29 13:42:39 +02:00
parent 4988a05a59
commit 013286b8e1
126 changed files with 1050 additions and 1056 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh
python manage.py db upgrade
gunicorn -w 4 -b 0.0.0.0:80 --access-logfile - --error-logfile - freeposte:app
gunicorn -w 4 -b 0.0.0.0:80 --access-logfile - --error-logfile - mailu:app