aboutsummaryrefslogtreecommitdiff
path: root/snakeplan/projects/views/stories.py
diff options
context:
space:
mode:
Diffstat (limited to 'snakeplan/projects/views/stories.py')
-rw-r--r--snakeplan/projects/views/stories.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/snakeplan/projects/views/stories.py b/snakeplan/projects/views/stories.py
new file mode 100644
index 0000000..ce59b1e
--- /dev/null
+++ b/snakeplan/projects/views/stories.py
@@ -0,0 +1,5 @@
1from django.http import HttpResponse
2
3
4def index(request):
5 return HttpResponse('Index')