1👍
✅
If your template is independent of apps, it shouldn’t be in your app folder – namespace it accordingly.
How do you load your template? Did you setup your templates
/static
folders in your settings.py
?
Updated.
For the fresh project you need to configure your settings.py
file. Read here, ask away if you still have a question.
Updated.
After you get familiar with static files and how to manage those, spend some time here.
Source:stackexchange.com