Init
This commit is contained in:
commit
97e8cf465c
19 changed files with 542 additions and 0 deletions
5
home/views.py
Normal file
5
home/views.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from django.shortcuts import render
|
||||
|
||||
def index(request):
|
||||
context = {'name': 'Jesper'}
|
||||
return render(request, 'index.html', context)
|
||||
Loading…
Add table
Add a link
Reference in a new issue