I am working on a development site built in Django in a virtualenv on an Nginx server using uwsgi.
In
I think you must have to share upper part of your view for more clarification.
But you can try this:
return render(request, template, {'context':context})