Just to clear a possible confusion — that will still be possible, but you’ll
have to do it differently once you start using the TEMPLATES setting:
DEBUG = True
TEMPLATES = [
{
'BACKEND': 'django.template.backends.django.DjangoTemplates',
'OPTIONS': {
# ...
'debug': False,
},
},
]
--
Aymeric.
> On 16 févr. 2015, at 17:44, James Pic <[email protected]> wrote:
>
> Sometimes I had to enable DEBUG and disable TEMPLATE_DEBUG in order to
> get useful information about a crash. Am I the only one ?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django developers (Contributions to Django itself)" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/django-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-developers/CALC3Kac%2B8O74YxCB2xS2k4LbXR1ivGRYnqbZ9nn8eLk8Ph4vMQ%40mail.gmail.com.
> For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups
"Django developers (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-developers/50A3219C-1B58-484D-9CF9-B050ACD7FB77%40polytechnique.org.
For more options, visit https://groups.google.com/d/optout.