试图加载“rest”时引发的ImportError_framework.templatetags.rest\u框架':没有名为url的模块

2024-10-05 13:28:31 发布

您现在位置:Python中文网/ 问答频道 /正文

[INFO] oauth2client.client: Refreshing access_token
[ERROR] django.request: Internal Server Error: /
get_package_libraries
    "trying to load '%s': %s" % (entry[1], e)
InvalidTemplateLibrary: Invalid template library specified. ImportError raised when trying to load 'rest_framework.templatetags.rest_framework': No module named urls

这是一个python2.7项目。Django 1.9版


Tags: todjangoinfoclienttokenrestaccessrequest

热门问题