You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Since upgrading to Django 1.8 I've been seeing this warning each time I server the server on my dev machine:
This relates to: http://docs.djangoproject.com/en/1.8/ref/settings/#template-debug
The text was updated successfully, but these errors were encountered: