I created a function hello>view.py
def index (request): return render(request,"hello/index.html")
and an HTML file in hello&