aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/views/main/ws_test_rst.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/main/ws_test_rst.py
parentA wizard is never late, nor is he early. (diff)
Initial project layout for django
Diffstat (limited to 'pysite/views/main/ws_test_rst.py')
-rw-r--r--pysite/views/main/ws_test_rst.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/pysite/views/main/ws_test_rst.py b/pysite/views/main/ws_test_rst.py
deleted file mode 100644
index e80acc55..00000000
--- a/pysite/views/main/ws_test_rst.py
+++ /dev/null
@@ -1,14 +0,0 @@
-import os
-
-from pysite.base_route import RouteView
-
-
-class WSTest(RouteView):
- path = "/ws_test_rst"
- name = "ws_test_rst"
-
- def get(self):
- return self.render(
- "main/ws_test_rst.html",
- server_name=os.environ.get("SERVER_NAME", "localhost")
- )