ExCiteS / geokey

Platform for participatory mapping
http://geokey.org.uk
Other
55 stars 29 forks source link

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

Closed mstevens83 closed 8 years ago

mstevens83 commented 8 years ago

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 commented 8 years ago

Fixed in 1d235c2fc639ea85a0ea3851798982a4ccecc5a6.