django.template.exceptions.TemplateDoesNotExist: rest_framework/api.html
出现如上错误,请检查自己工程的settings中是否注册rest_framework。如没有:请在INSTALLED_APPS中注册
INSTALLED_APPS = [
...
'rest_framework',
]
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
网友评论