aboutsummaryrefslogtreecommitdiff
path: root/snakeplan/projects/views/stories.py
blob: ce59b1e1446731f55a2feec2c30a77dbd9405505 (plain)
1
2
3
4
5
from django.http import HttpResponse


def index(request):
    return HttpResponse('Index')