add index view; add Project and Issue models

This commit is contained in:
Lexi / Zoe 2019-03-20 23:35:33 +01:00
parent 6c43c8b360
commit 9d77a7d232
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
7 changed files with 78 additions and 6 deletions

View file

@ -1,3 +1,6 @@
from django.shortcuts import render
# from django.shortcuts import render
from django.http import HttpResponse
# Create your views here.
def index(request):
return HttpResponse('Hello Tofu.')