RE: Cannot find template files for 1.11

2018-04-23 Thread Matthew Pava
Actually, I just use this construct: 'DIRS': [ # insert your TEMPLATE_DIRS here os.path.join(BASE_DIR, 'project_name', 'templates'), ], From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of John Wilkinson Sent: Monday, April 23, 2018 7:47 AM To: Django u

RE: Cannot find template files for 1.11

2018-04-23 Thread Matthew Pava
DIRS does not have the path that you indicated it has. Try changing it. DIRS = ['designer/template/designer/'] From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of John Wilkinson Sent: Monday, April 23, 2018 7:47 AM To: Django users Subject: Cannot find templa