Setup a basic flask-admin interface

This commit is contained in:
Pierre Jaury
2016-02-20 13:57:26 +01:00
parent 9df197f412
commit a5ffcfdc90
13 changed files with 104 additions and 4 deletions

5
admin/run.py Normal file
View File

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