Initial commit
This commit is contained in:
9
index/views.py
Normal file
9
index/views.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from django.shortcuts import render
|
||||
|
||||
|
||||
def index(request):
|
||||
return render(request, 'index.html')
|
||||
|
||||
|
||||
def about(request):
|
||||
return render(request, 'about.html')
|
||||
Reference in New Issue
Block a user