I am having a problem figuring this out and I think there is something wrong with my TEMPLATES dictionary in settings.py.
I have my templates in static/templates/app_name and static is in the same directory as my project source. So I have nested os.path.join and os.path.dirname as follows: 'DIRS': [ os.path.join(os.path.dirname(BASE_DIR), 'static', 'templates'),], Any help would be appreciated. All this came about because I was using a separate TEMPLATE_DIRS setting only to find our that was deprecated in 1.8 (I a using 1.10). Also, I was unable to fix the problem hard coding the location (which I don't want to do anyway). Thanks so much for any help. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/e24c5060-2fbb-4467-b8f3-c41e0217bd7d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.