何らかの理由で、ロードしようとしているテンプレートが存在しないと Django が教えてくれます。パスを見ると、ロードしようとしている最初のテンプレートが実際にパスを 2 回繰り返しているように見えます。私のテンプレートディレクトリは、次のパスを一度だけリストします:
「/Users/jonathanschen/python/projects/skeleton/yectime/templates」
しかし、ローダーはロードしようとします
'/Users/jonathanschen/python/projects/skeleton/yectime/Users/jonathanschen/Python/projects/skeleton/yectime/templates/base.html'
これを引き起こしている可能性のあるアイデアはありますか?前もって感謝します。
Template-loader postmortem
Django tried loading these templates, in this order:
Using loader django.template.loaders.filesystem.Loader:
/Users/jonathanschen/python/projects/skeleton/yectime/Users/jonathanschen/Python/projects/skeleton/yectime/templates/base.html (File does not exist)