This repository has been archived on 2019-11-11. You can view files and clone it, but cannot push or open issues or pull requests.
tofu/issues/views.py

7 lines
136 B
Python

# from django.shortcuts import render
from django.http import HttpResponse
def index(request):
return HttpResponse('Hello Tofu.')