Re: Django-Logging Problem..

2009-03-26 Thread caliman
do you have INTERNAL_IPS set in yout settings file? if your on localhost you probably need: INTERNAL_IPS = ('127.0.0.1',) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this

Django-Logging Problem..

2009-03-07 Thread Harish
Hi Everybody... I am trying out the Django-logging Middleware for my application. I am using Ubuntu as an OS, with Python Version 2.5 and Django Version 0.97-pre-SVN-7049. I just tried the way they specified in the following link http://code.google.com/p/django-logging/wiki/Overview This is

FYI: django-logging problem with latest dev version of Django (patch info included)

2007-07-26 Thread keithb
Using the latest Django revision (anything after the Unicode branch merge), if a view returns a page with any non-ASCII characters, you'll get an error in django-logging when it tries to rewrite the page. For more info and a patch, check out the django-logging ticket: