Monday, January 30, 2012

Re: django-db-log import Exception

Naa, looks too bloaty for me. I'll just write midleware and do the
logging inside process_exception()

On Mon, Jan 30, 2012 at 7:45 PM, Babatunde Akinyanmi
<tundebabzy@gmail.com> wrote:
> Hi Tim,
> Django-db-log is no longer maintained. Its like its not compatible
> with 1.3. Use django-sentry instead.
>
> On 1/30/12, Timothy Makobu <makobu.mwambiriro@gmail.com> wrote:
>> .... right.
>>
>> Hi guys. If someone could kindly alert the dev? I emailed him already
>> but no response yet. Pip needs to pick up the fixed  dangodblog as a
>> dep where the app is hosted. It's all automated.
>>
>>
>> On Mon, Jan 30, 2012 at 6:45 PM, Babatunde Akinyanmi
>> <tundebabzy@gmail.com> wrote:
>>> Oh I see. I was reading djangodblog as django-dblog instead of
>>> django-db-log so I was thinking djangodblog was a directory you
>>> created yourself.
>>>
>>> As long as Paginator remains on that line there's no way to go
>>> forward. If I was you, I'd try to go through the source and figure out
>>> if Paginator should be in the source.
>>>
>>> To me it looks like the app was shipped broken. Maybe if you go
>>> through the source, you might find that removing Paginator would mend
>>> things.
>>>
>>> On 1/30/12, Timothy Makobu <makobu.mwambiriro@gmail.com> wrote:
>>>> This is how Paginator is imported
>>>> https://docs.djangoproject.com/en/dev/topics/pagination/
>>>>
>>>> from django.core.paginator import Paginator
>>>>
>>>> (this is part of django.core on my 1.3, so doesn't need installing)
>>>>
>>>> This is how djangodblog is trying to import it:
>>>>
>>>> from django.contrib.admin.views.main import ChangeList, Paginator
>>>>
>>>> ......
>>>>
>>>> see the difference?
>>>>
>>>> --
>>>> 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
>>>> django-users+unsubscribe@googlegroups.com.
>>>> For more options, visit this group at
>>>> http://groups.google.com/group/django-users?hl=en.
>>>>
>>>>
>>>
>>> --
>>> Sent from my mobile device
>>>
>>> --
>>> 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
>>> django-users+unsubscribe@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/django-users?hl=en.
>>>
>>
>>
>>
>> --
>> sent from my two tin cans via hangerwire
>>
>> --
>> 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
>> django-users+unsubscribe@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/django-users?hl=en.
>>
>>
>
> --
> Sent from my mobile device
>
> --
> 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 django-users+unsubscribe@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
>

--
sent from my two tin cans via hangerwire

--
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 django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment