1👍
✅
In order to fix this you need to check index.html by running the server
python manage.py runserver
and going to the url that leads to index.html
0👍
if the result in the browser is like the one you said, are you opening the HTML file directly? because if Django rendered the template it wouldn’t show this. even if the data is wrong or there is nothing, it’ll just display nothing
- [Answered ]-Django NoReverseMatch Error With Namespacing
- [Answered ]-I found that I'm trying to write an web app behaves exactly like the django admin. What should I do?
Source:stackexchange.com