FIz o passo a passo descrito na aula porém retornou o seguinte erro, podem ajudar a resolver?
Internal Server Error: /
Traceback (most recent call last):
File "C:\Users\chanr\AppData\Roaming\Python\Python310\site-packages\django\core\handlers\exception.py", line 56, in inner
response = get_response(request)
File "C:\Users\chanr\AppData\Roaming\Python\Python310\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "C:\Users\chanr\projetos\django_forms\passagens\views.py", line 4, in index
return render(request, 'index.html')
File "C:\Users\chanr\AppData\Roaming\Python\Python310\site-packages\django\shortcuts.py", line 24, in render
content = loader.render_to_string(template_name, context, request, using=using)
File "C:\Users\chanr\AppData\Roaming\Python\Python310\site-packages\django\template\loader.py", line 61, in render_to_string
template = get_template(template_name, using=using)
File "C:\Users\chanr\AppData\Roaming\Python\Python310\site-packages\django\template\loader.py", line 19, in get_template
raise TemplateDoesNotExist(template_name, chain=chain)
django.template.exceptions.TemplateDoesNotExist: index.html
[14/Mar/2023 21:37:54] "GET / HTTP/1.1" 500 74825
Not Found: /favicon.ico
[14/Mar/2023 21:37:54] "GET /favicon.ico HTTP/1.1" 404 2270
Internal Server Error: /
Traceback (most recent call last):
File "C:\Users\chanr\AppData\Roaming\Python\Python310\site-packages\django\core\handlers\exception.py", line 56, in inner
response = get_response(request)
File "C:\Users\chanr\AppData\Roaming\Python\Python310\site-packages\django\core\handlers\base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "C:\Users\chanr\projetos\django_forms\passagens\views.py", line 4, in index
return render(request, 'index.html')
File "C:\Users\chanr\AppData\Roaming\Python\Python310\site-packages\django\shortcuts.py", line 24, in render
content = loader.render_to_string(template_name, context, request, using=using)
File "C:\Users\chanr\AppData\Roaming\Python\Python310\site-packages\django\template\loader.py", line 61, in render_to_string
template = get_template(template_name, using=using)
File "C:\Users\chanr\AppData\Roaming\Python\Python310\site-packages\django\template\loader.py", line 19, in get_template
raise TemplateDoesNotExist(template_name, chain=chain)
django.template.exceptions.TemplateDoesNotExist: index.html
[14/Mar/2023 21:37:55] "GET / HTTP/1.1" 500 74825
Not Found: /favicon.ico
[14/Mar/2023 21:37:56] "GET /favicon.ico HTTP/1.1" 404 2270