Loading

问题:django.template.exceptions.TemplateSyntaxError: 'staticfiles' is not a registered tag library. Must be one of: admin_list admin_modify admin_urls cache i18n l10n log rest_framework static tz

django使用swagger自动生成API文档时,报错

image-20230104111858275

解决方法

在settings.py里面配置一下以下代码

image-20230104112006120

'libraries': {
    'staticfiles': 'django.templatetags.static',
}
posted @ 2023-01-04 11:22  hkwJsxl  阅读(68)  评论(0)    收藏  举报