TemplateDoesNotExist at /users/login/

TemplateDoesNotExist at /users/login/

users/login.html
Request Method:GET
Request URL:http://localhost:8000/users/login/
Django Version:1.11
Exception Type:TemplateDoesNotExist
Exception Value:users/login.html

C:。。。。。\learning_log\learning_logs\templates\users\login.html (Source does not exist)

在创建用户账户的案例中,出现了上图中的错误,只得硬着头皮找答案。

原来是自己漏看了书本,这个文件需要放在 templates中,而自己忘记了新建这个templates文件夹。


templates\users\login.html


意见反馈