Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Web-Development
/ home
Function
home
email verification/src/accounts/views.py:15–16 ·
view source on GitHub ↗
(request)
Source
from the content-addressed store, hash-verified
13
# Create your views here.
14
15
def
home(request):
16
return
render(request,
'home.html'
)
17
18
def
login_attempt(request):
19
if
request.method ==
'POST'
:
Callers
nothing calls this directly
Calls
1
render
Function · 0.85
Tested by
no test coverage detected