Re: Template not found error

2024-11-11 Thread Walter Randazzo
Did you add the app to the settings.py lists of apps? El lun, 11 nov 2024 a las 14:20, Heman Okumbo () escribió: > Hello everyone, how comes the template lands.html is not working? while > the template -loader postmortem shows that it has searched the > directory/storage/emulated/0/pro/template

Re: Template not found error

2024-11-11 Thread Abdul Qoyyuum Haji Abdul Kadir
The errors are pretty clear here: *Template-loader postmortem* Django tried loading these templates, in this order: Using engine django: - django.template.loaders.filesystem.Loader: /storage/emulated/0/pro/templates/land/lands.htmI (Source does not exist) - django.template.loaders.app_di