Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Django 1.8 server complains about TEMPLATE_DEBUG when in dev mode #325

Closed
mstevens83 opened this issue Dec 14, 2015 · 1 comment
Closed
Assignees

Comments

@mstevens83
Copy link
Contributor

Since upgrading to Django 1.8 I've been seeing this warning each time I server the server on my dev machine:

?: (1_8.W001) The standalone TEMPLATE_* settings were deprecated in Django 1.8 and the TEMPLATES dictionary takes precedence. You must put the values of the following settings into your default TEMPLATES dict: TEMPLATE_DEBUG.

This relates to: http://docs.djangoproject.com/en/1.8/ref/settings/#template-debug

@mstevens83
Copy link
Contributor Author

Fixed in 1d235c2.

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

No branches or pull requests

1 participant