【发布时间】:2013-01-08 02:20:49
【问题描述】:
我是 django 的新手。我需要创建一个用户登录系统,我正在关注该教程user authentication 我遇到了一个特定的错误
导入模板源加载器时出错 django.template.loaders.filesystem.load_template_source:“‘模块’ 对象没有属性 'load_template_source'"
我无法找到问题所在。谁能告诉我在什么情况下会发生这种错误?
【问题讨论】:
-
可能重复:link
标签: django django-templates django-authentication django-users