From fb217ca2658c25f4df0a9b9b471ad85c608377a9 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Thu, 2 Oct 2014 19:18:30 +0200 Subject: initial dump, sorta broken --- run.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 run.py (limited to 'run.py') diff --git a/run.py b/run.py new file mode 100755 index 0000000..178fd8a --- /dev/null +++ b/run.py @@ -0,0 +1,3 @@ +#!flask/bin/python +from app import app +app.run(debug=True) -- cgit v1.2.3-54-g00ecf