aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/views/wiki/index.py
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-08-07 15:09:08 +0100
committerGravatar Gareth Coles <[email protected]>2018-08-07 15:09:16 +0100
commitaf54db6c136138c66cf5ca72419989525a0baa5c (patch)
tree8519aeab8d45277c51797c7dc23aacf3b56ed1bb /pysite/views/wiki/index.py
parentA wizard is never late, nor is he early. (diff)
Initial project layout for django
Diffstat (limited to '')
-rw-r--r--pysite/views/wiki/index.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/pysite/views/wiki/index.py b/pysite/views/wiki/index.py
deleted file mode 100644
index 53a4d269..00000000
--- a/pysite/views/wiki/index.py
+++ /dev/null
@@ -1,8 +0,0 @@
-from pysite.base_route import RedirectView
-
-
-class WikiView(RedirectView):
- path = "/"
- name = "index"
- page = "wiki.page"
- kwargs = {"page": "home"}