quando clico na nebulosa aparece essa msg de erro: Page not found (404) Request Method: GET Request URL: http://127.0.0.1:8000/imagem.html Using the URLconf defined in setup.urls, Django tried these URL patterns, in this order:
admin/ imagem/ The current path, imagem.html, didn’t match any of these.
You’re seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.
Peguei o projeto disponibillizado pelo professor no git ao final do módulo, tenho um outro problema que acho que posso estar relacionado, quando dei o comando de collectstatic no video do professor foram carregados 176 arquivos, no meu projeto carregou 126 arquivos, o que eu posso fazer para resolver isso?