Closed charettes closed 8 years ago
At the moment a ValueError is raised as soon as TEMPLATES contain more than a single entry.
ValueError
TEMPLATES
AFAIK this plugin already supports multiple TEMPLATES entries as long as they all use the DjangoTemplates backend.
DjangoTemplates
I'll try to submit a PR with the required changes.
At the moment a
ValueError
is raised as soon asTEMPLATES
contain more than a single entry.AFAIK this plugin already supports multiple
TEMPLATES
entries as long as they all use theDjangoTemplates
backend.