以下示例是关于Python中包含django never_cache 示例用法的示例代码,想了解django never_cache 示例的具体用法?django never_cache 示例怎么用?django never_cache 示例使用的例子?那么可以参考以下相关源代码片段来学习它的具体使用方法。
from django.views.decorators.cache import never_cache
@never_cache
def myview(request):
# ...
本文地址:https://www.itbaoku.cn/snippets/806000.html