[Fixed]-Django template not found in main project directory error

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/staticfolders 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.

Leave a comment