accounts, add modal and many more
This commit is contained in:
parent
7a4cb2ff67
commit
81dba3e6b3
53 changed files with 829 additions and 19 deletions
|
@ -1,3 +1,13 @@
|
|||
from django.shortcuts import render
|
||||
from django.shortcuts import redirect, render
|
||||
|
||||
# Create your views here.
|
||||
|
||||
def index(request):
|
||||
return render(request, "sites/index.html")
|
||||
|
||||
|
||||
def privacy(request):
|
||||
return render(request, "sites/privacy.html")
|
||||
|
||||
|
||||
def impress(request):
|
||||
return render(request, "sites/impress.html")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue