basic hello world url + view + template to illustrate basic django logic
This commit is contained in:
parent
2f8d3ab0b1
commit
97d99f41af
|
@ -1 +1,5 @@
|
|||
# Create your views here.
|
||||
from django.shortcuts import render_to_response
|
||||
|
||||
def index(request):
|
||||
return render_to_response("index.html", {})
|
||||
|
|
Loading…
Reference in New Issue
Block a user