how are you pointing on templates to pick up the htmls?
AndresUrregoAngel opened this issue · 1 comments
AndresUrregoAngel commented
Hello,
So I'm following your example to create my first login form, however, is clear that you are using the project urls.py to point under the the core.views.py, then the view point under the html. but where is specify that this HTML is located in the folder template?
thanks so much
akarshan96 commented
Go to settings.py and under TEMPLATES, go to DIR and mention the current directory of the templates folder.