Solucionado (ver solução)
Solucionado
(ver solução)
1
resposta

TemplateDoesNotExist at /

A pasta está criada com o nome templates e o arquivo index.html está lá dentro

mas o loader do python parece que não vai nessa pasta, no arquivo settings não encontrei nada que indique o path, mas como na resposta anterior o professor pediu para remover a configuração de path não fiz!

TemplateDoesNotExist at / index.html Request Method: GET Request URL: http://localhost:8000/ Django Version: 1.10.1 Exception Type: TemplateDoesNotExist Exception Value:index.html Exception Location: /Applications/anaconda/lib/python3.5/site-packages/django/template/loader.py in get_template, line 25 Python Executable: /Applications/anaconda/bin/python Python Version: 3.5.2 Python Path:['/Users/lucianecarvalho/Documents/treinamentos/Alura/python/connectedin', '/Applications/anaconda/lib/python35.zip', '/Applications/anaconda/lib/python3.5', '/Applications/anaconda/lib/python3.5/plat-darwin', '/Applications/anaconda/lib/python3.5/lib-dynload', '/Applications/anaconda/lib/python3.5/site-packages/Sphinx-1.4.1-py3.5.egg', '/Applications/anaconda/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg', '/Applications/anaconda/lib/python3.5/site-packages', '/Applications/anaconda/lib/python3.5/site-packages/aeosa'] Server time: Mon, 3 Oct 2016 15:47:00 +0000

1 resposta
solução!

resolvido, como copiei o projeto do alura que está na versão 1.7 e estou usando o Django 1.10 a estrutura do arquivo settings é um pouco diferente, quando recarreguei meu projeto sem considerar os arquivos do curso, consegui fazer a aplicação executar normalmente.