From b01f8b24a6ff6c8694b292d45e4d229262c8e2a7 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 1 Jul 2017 22:28:27 +0300 Subject: Add: production controller application Rewrite the controller to be a proper application. This is not quite production ready, actually: it only runs in debug mode. Later on I'll add support for uwsgi and systemd units for managing it, but for now this is enough. --- without-tests | 2 ++ 1 file changed, 2 insertions(+) (limited to 'without-tests') diff --git a/without-tests b/without-tests index 7afaae3..bb41680 100644 --- a/without-tests +++ b/without-tests @@ -1,3 +1,5 @@ ick2lib/__init__.py +ick2lib/apiservice.py +ick2lib/app.py ick2lib/version.py -- cgit v1.2.1