Skip to content
This repository has been archived by the owner on Nov 11, 2020. It is now read-only.

Django>=1.8 and TEMPLATE_DEBUG #21

Open
facconi opened this issue Jan 7, 2016 · 0 comments
Open

Django>=1.8 and TEMPLATE_DEBUG #21

facconi opened this issue Jan 7, 2016 · 0 comments

Comments

@facconi
Copy link

facconi commented Jan 7, 2016

In Django 1.8+ TEMPLATE_DEBUG is no more required nor valid.
https://docs.djangoproject.com/en/1.9/ref/templates/upgrading/#the-templates-settings

When linting my 1.9 project, I receive the following error:

W:  1,0: Missing required field 'TEMPLATE_DEBUG'

But TEMPLATE_DEBUG is no more required and I am using the correct TEMPLATES dictionary.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant