[Answer]-Why didn't this code in settings.py override the default Django project template?

1👍

The TEMPLATES setting will be introduced in the django 1.8. It is unavailable in the current django 1.7.

So read the tutorial for the actual version of django you using.

Leave a comment