This repository has been archived on 2019-11-11. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
tofu/issues/views.py

6 lines
136 B
Python

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