Nginx/Django caching site even when caching explicitly disabled

前端 未结 2 1328
时光取名叫无心
时光取名叫无心 2021-01-26 03:30

I am working on a development site built in Django in a virtualenv on an Nginx server using uwsgi.

In

2条回答
  •  面向向阳花
    2021-01-26 04:01

    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})

提交回复
热议问题