add doctstings
This commit is contained in:
@@ -2,4 +2,9 @@ from django.shortcuts import render
|
||||
|
||||
|
||||
def index(request):
|
||||
"""
|
||||
Main index of app, home page
|
||||
:param request: None
|
||||
:return: render and display homepage
|
||||
"""
|
||||
return render(request, 'index.html')
|
||||
|
||||
Reference in New Issue
Block a user