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
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
2 matches
Mail list logo