From 041593133c550cc57ad058610c478c42de1b2f4f Mon Sep 17 00:00:00 2001 From: Vincent Post Date: Fri, 7 Aug 2020 16:50:09 +0200 Subject: add easy script to start dev server --- run.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 run.py diff --git a/run.py b/run.py new file mode 100755 index 0000000..0320886 --- /dev/null +++ b/run.py @@ -0,0 +1,5 @@ +#!/usr/bin/env python +from accounts import create_app + +application = create_app() +application.run() -- cgit v1.2.3-1-g7c22