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

The standalone TEMPLATE_* settings were deprecated in Django 1.8 #2711

Merged
merged 1 commit into from
Nov 10, 2016
Merged

The standalone TEMPLATE_* settings were deprecated in Django 1.8 #2711

merged 1 commit into from
Nov 10, 2016

Commits on Nov 10, 2016

  1. The standalone TEMPLATE_* settings were deprecated in Django 1.8

    -  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_DIRS, TEMPLATE_CONTEXT_PROCESSORS, TEMPLATE_DEBUG. https://docs.djangoproject.com/en/1.8/topics/templates/#support-for-template-engines
    - historic pep8 fixes
    Daniel Berry committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    454855a View commit details
    Browse the repository at this point in the history