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
I find the installation instructions regarding Django's built-in Jinja templating backend a bit unclear as to whether they are supported or not. There are mentions of the separate django-jinja and jingo projects with installation instructions but no mention of the built-in Jinja backend. If it's officially supported, then I guess adding something like this would make the instructions clearer:
With Django's built-in, add the extension to the extensions list:
I find the installation instructions regarding Django's built-in Jinja templating backend a bit unclear as to whether they are supported or not. There are mentions of the separate
django-jinja
andjingo
projects with installation instructions but no mention of the built-in Jinja backend. If it's officially supported, then I guess adding something like this would make the instructions clearer:With Django's built-in, add the extension to the extensions list:
The text was updated successfully, but these errors were encountered: