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)