Re: BdbQuit error

2007-02-07 Thread Dan Fairs
Hi, At the bottom of your traceback: > * /root/vulcano/jhonWeb/news/manipulators.py in complete > 35. > 36. for tagId in data.getlist('tags'): > 37. tag=Tag.objects.filter(id=tagId)[0] > 38. tag.parentTag = Tag.objects.get_or_create(value='Noticias') > [0] >

BdbQuit error

2007-02-07 Thread mamcxyz
Hi, I have a view and only in the live site this error happend (I don't know why the debugger have something to do???) BdbQuit at /eventos/add/ * /root/django_src/django/core/handlers/base.py in get_response 67. # Apply view middleware 68. for middleware_method in