Skip to content

Commit

Permalink
link to the relevant section of Dj docs for TEMPLATE-* changes in set…
Browse files Browse the repository at this point in the history
…tings.py
  • Loading branch information
pacharanero committed Jan 15, 2018
1 parent d1ea938 commit ae5649f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/docs/reference/upgrading.md
Expand Up @@ -62,8 +62,7 @@ generated by older Opal versions use them, but these should now be replaced with

*TEMPLATES setting*

You will need to convert to a new style templates setting. Note that Django's own
context processors have moved from `django.core` to `django.template`.
You will need to convert to the new style TEMPLATES-* dictionary-style configuration in settings.py. Details are in the [relevant section of the Django documentation](https://docs.djangoproject.com/en/1.10/ref/templates/upgrading/#the-templates-settings). Note that Django's own context processors have moved from `django.core` to `django.template`.

##### Migrations

Expand Down

0 comments on commit ae5649f

Please sign in to comment.