Monday, January 30, 2012

Re: django-db-log import Exception

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.

No comments:

Post a Comment