MCPcopy 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
15def home(request):
16 return render(request,'home.html')
17
18def login_attempt(request):
19 if request.method == 'POST':

Callers

nothing calls this directly

Calls 1

renderFunction · 0.85

Tested by

no test coverage detected