美文网首页
django.template.exceptions.Templ

django.template.exceptions.Templ

作者: 微笑也好生气也好你好就好 | 来源:发表于2019-06-01 18:27 被阅读0次

django.template.exceptions.TemplateDoesNotExist: rest_framework/api.html

出现如上错误,请检查自己工程的settings中是否注册rest_framework。如没有:请在INSTALLED_APPS中注册

INSTALLED_APPS = [

...

    'rest_framework',

]

相关文章

网友评论

      本文标题:django.template.exceptions.Templ

      本文链接:https://www.haomeiwen.com/subject/rlwatctx.html