I'm learning Django and building a page. I get the TemplateDoesNotExist
error. I don't know how to fix this, But I don't know which parts of the code to show.
TemplateDoesNotExist at /
Leaning_logs/base.html
Request Method: GET
Request URL: http://localhost:8000/
Django Version: 2.2.3
Exception Type: TemplateDoesNotExist
Exception Value:
Leaning_logs/base.html
Exception Location: D:\learning-note\ll_env\lib\site-packages\django\template\backends\django.py in reraise, line 84
Python Executable: D:\learning-note\ll_env\Scripts\python.exe
Python Version: 3.7.3
Python Path:
['D:\\learning-note',
'C:\\Users\\qingting_bailihua\\AppData\\Local\\Programs\\Python\\Python37\\python37.zip',
'C:\\Users\\qingting_bailihua\\AppData\\Local\\Programs\\Python\\Python37\\DLLs',
'C:\\Users\\qingting_bailihua\\AppData\\Local\\Programs\\Python\\Python37\\lib',
'C:\\Users\\qingting_bailihua\\AppData\\Local\\Programs\\Python\\Python37',
'D:\\learning-note\\ll_env',
'D:\\learning-note\\ll_env\\lib\\site-packages']
Server time: Thu, 1 Aug 2019 10:45:39 +0000