init
This commit is contained in:
commit
bf6153d028
28 changed files with 537 additions and 0 deletions
6
petme/views.py
Normal file
6
petme/views.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from django.shortcuts import render
|
||||
from django.http import HttpResponse
|
||||
|
||||
# Create your views here.
|
||||
def index(request):
|
||||
return HttpResponse(render(request, "petme.html"))
|
||||
Loading…
Add table
Add a link
Reference in a new issue