From 80a1ab522e7a49f3ea1168d8658fbff293c866f1 Mon Sep 17 00:00:00 2001 From: martmists Date: Mon, 5 Feb 2018 20:26:54 +0100 Subject: Major update - Switch to Japronto - More linters - Rewrite route handling - Rewrite error handling - Rewrite static handling - Error when no `Index` propery is found - Probably some more stuff? idk Code needs testing; Maybe we could use pytest? Signed-off-by: martmists --- pysite/views/index.py | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 pysite/views/index.py (limited to 'pysite/views/index.py') diff --git a/pysite/views/index.py b/pysite/views/index.py deleted file mode 100644 index 2e779003..00000000 --- a/pysite/views/index.py +++ /dev/null @@ -1,12 +0,0 @@ -# coding=utf-8 -from pysite.base_route import BaseView - -__author__ = "Gareth Coles" - - -class IndexView(BaseView): - path = "/" - name = "index" - - def get(self): - return "Coming soon:tm:" -- cgit v1.2.3