created login django app
This commit is contained in:
parent
c208f4adff
commit
22b616082b
13 changed files with 65 additions and 20 deletions
6
markdownblog/login/views.py
Normal file
6
markdownblog/login/views.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from django.shortcuts import render
|
||||
|
||||
|
||||
# Create your views here.
|
||||
def loginview(request):
|
||||
return render(request, 'login/login.html')
|
||||
Loading…
Add table
Add a link
Reference in a new issue