You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django-page-cms
Hello
I am using current_page.get_children_for_frontend to build a kind of
news aggregator. This is now getting a bit long, and I'm going to need
to paginate it. Tying django-pagination with {% autopaginate
current_page.get_children_for_frontent %} doesnt seem to be working.
Has anyone managed to get some kind of pagination of child pages
working? Any tips welcome.
Thanks,
faden
unread,
Mar 4, 2011, 7:57:20 AM3/4/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django-page-cms
I would personaly try to use the Django paginator object: