1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-16 02:46:44 +02:00

Add a development run.py script

This commit is contained in:
Pierre Jaury 2016-10-02 09:19:34 +02:00
parent 79adbbb76c
commit e7399e6926

5
admin/run.py Normal file
View File

@ -0,0 +1,5 @@
from freeposte import app
if __name__ == "__main__":
app.run(debug=True)