Configure Templates in settings.py
Templates
Ensure the TEMPLATES configuration includes the template files directory:
- Initially it is like this:

- With a slight modification we can add the directory for the template where we are gonna keep the template files (HTML Files) like this:

13
