More code cleanup and readme
This commit is contained in:
parent
383530458d
commit
f06b715f45
3 changed files with 39 additions and 5 deletions
|
@ -48,6 +48,7 @@ def home(request):
|
|||
def user_login(request):
|
||||
''' authentication '''
|
||||
# send user to the login page
|
||||
# TODO: login with localname or email
|
||||
if request.method == 'GET':
|
||||
return TemplateResponse(request, 'login.html')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue