前提・実現したいこと
Djangoを使って簡単なアプリを作っています。
anaconda promptを使い、webページをchromeで開こうとしたときに以下のエラーメッセージが発生しました。
アプリ名はcookにしています。
発生している問題・エラーメッセージ
TemplateDoesNotExist at / cook/top.html Request Method: GET Request URL: http://localhost:8000/ Django Version: 2.2.5 Exception Type: TemplateDoesNotExist Exception Value: cook/top.html Exception Location: C:\Users\iniad\Miniconda3\envs\cs2019_web\lib\site-packages\django\template\loader.py in get_template, line 19 Python Executable: C:\Users\iniad\Miniconda3\envs\cs2019_web\python.exe Python Version: 3.8.0 Python Path: ['C:\Users\iniad\Documents\cs2019_web\teamproject', 'C:\Users\iniad\Miniconda3\envs\cs2019_web\python38.zip', 'C:\Users\iniad\Miniconda3\envs\cs2019_web\DLLs', 'C:\Users\iniad\Miniconda3\envs\cs2019_web\lib', 'C:\Users\iniad\Miniconda3\envs\cs2019_web', 'C:\Users\iniad\Miniconda3\envs\cs2019_web\lib\site-packages'] Server time: Thu, 19 Dec 2019 06:44:29 +0000 Template-loader postmortem Django tried loading these templates, in this order: Using engine django: django.template.loaders.app_directories.Loader: C:\Users\iniad\Documents\cs2019_web\teamproject\cook\templates\cook\top.html (Source does not exist) django.template.loaders.app_directories.Loader: C:\Users\iniad\Miniconda3\envs\cs2019_web\lib\site-packages\django\contrib\admin\templates\cook\top.html (Source does not exist) django.template.loaders.app_directories.Loader: C:\Users\iniad\Miniconda3\envs\cs2019_web\lib\site-packages\django\contrib\auth\templates\cook\top.html (Source does not exist)
該当のソースコード
html python
試したこと
configや作成したアプリのurls.pyを操作してみましたがうまくいきません。
補足情報(FW/ツールのバージョンなど)
https://gyazo.com/e9816f3a366611aaef1912bda6cda281
https://gyazo.com/4068d98903b09289782a4d833756f4d0
https://gyazo.com/f6209c168ae376f0fa1d7ed6183fdcaf
https://gyazo.com/bd5c5a9dc73df2ff4338c15c04859334
https://gyazo.com/1a90e4beb69d6cc681962db65b6250cf
回答1件
あなたの回答
tips
プレビュー