On Aug 4, 2006, at 4:56 AM, bernie2004 wrote: > BTW, by default TEMPLATE_DEBUG is set to DEBUG and not to False like > specified at > http://www.djangoproject.com/documentation/settings/#template-debug
In django/conf/global_settings.py it is set to False. In your project's settings file (which overrides the global one), it is set to the value of the DEBUG variable. You can either set it to False, or remove/comment it out and use the global setting. Don --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---