I am working through the basic Blog tutorial on Django and After creating an app I have to add it to the veiw, What I don't understand is what the render functions' argument CONTEXT is for, and why are we using a dictionary.
I have already been through the official documentation but I couldn't understand it.
Here's what I am doing.
render(request,'users/register.html', { 'form': form})