django.template.exceptions.Templ
2019-06-01 本文已影响0人
微笑也好生气也好你好就好
django.template.exceptions.TemplateDoesNotExist: rest_framework/api.html
出现如上错误,请检查自己工程的settings中是否注册rest_framework。如没有:请在INSTALLED_APPS中注册
INSTALLED_APPS = [
...
'rest_framework',
]