1
I made a Django application and am doing some deployment tests on a virtual machine with Ubuntu Server 18.04, before deploying it in a VPS. I made the settings correctly, but I’m having a problem Django is not recognizing the templates that are in the templates folder. Someone’s had that problem before?
And the template
blog/home
exists?– Woss
exists, it is in the templates folder
– A. Yves
He seems to be trying to press on
django/contrib/auth/templates/blog/home.html
inside the installed Django. Could [Edit] the question and add a [mcve] that reproduces the problem?– Woss