aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/views/index.py
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-02-06 01:01:59 +0000
committerGravatar Gareth Coles <[email protected]>2018-02-06 01:01:59 +0000
commit1fed2a2cdcacd3bfcc0b69f7b1a1bb536c8e5268 (patch)
tree6ec570b58a6652a7ac935c75b4296bcf5f4509b5 /pysite/views/index.py
parentflake8-todo too pedantic for us - hopefully travis didn't cache it (diff)
Revert "Finally fix this garbage"
This reverts commit 57abb43
Diffstat (limited to 'pysite/views/index.py')
-rw-r--r--pysite/views/index.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/pysite/views/index.py b/pysite/views/index.py
new file mode 100644
index 00000000..2e779003
--- /dev/null
+++ b/pysite/views/index.py
@@ -0,0 +1,12 @@
+# 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:"