On 8/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > When I include this in my page, the page blows up with an internal > error (no explanation, just internal error):
If you're trying to debug the function, I'd suggest calling it from the Python interactive interpreter. That way, you'll get a full traceback. Alternatively, set TEMPLATE_DEBUG=True and DEBUG=True in your settings file, and Django should display the pretty error page. Adrian -- Adrian Holovaty holovaty.com | djangoproject.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---