Re: Django CMS and template tags (is it a problem with pagination mechanism?)

2009-02-22 Thread Theme Park Photo, LLC
No! It was the fact that you really need all the stuff that's on the sample template On Feb 22, 2:29 pm, Donn wrote: > On Sunday, 22 February 2009 21:00:24 Theme Park Photo, LLC wrote: > > {% block content %} > > Hello > > {% end block %} > > It's not this extra space between end and block i

Re: Django CMS and template tags (is it a problem with pagination mechanism?)

2009-02-22 Thread Donn
On Sunday, 22 February 2009 21:00:24 Theme Park Photo, LLC wrote: > {% block content %} > Hello > {% end block %} It's not this extra space between end and block is it? \d -- Where I web: http://otherwise.relics.co.za/ Comics, tutorials, software and sundry --~--~-~--~~

Django CMS and template tags (is it a problem with pagination mechanism?)

2009-02-22 Thread Theme Park Photo, LLC
I can't seem to get django-cms to work with template tags If I specify as my default template something like (stripped to bare essentials here) FOO {% block content %} {% endblock %} and enter in the body of my content for a page to be rendered with this template (in the admin tool) {% block

Re: Problem with Pagination

2007-10-19 Thread Greg
Rob, Thanks for the reply. In looking at that link I found out about the Paginator Tag. Which I think is what I need. However, in reading the documenation about that tag. It says 'To be used in conjunction with the object_list generic view.' I am not using a generic view. I have the followin

Re: Problem with Pagination

2007-10-19 Thread Rob Hudson
I don't think it's 100% to your specs but take a look at this: http://blog.localkinegrinds.com/2007/09/06/digg-style-pagination-in-django/ It's close enough for tweaking to get you 95% of the way there (maybe). --~--~-~--~~~---~--~~ You received this message beca

Problem with Pagination

2007-10-18 Thread Greg
Hello, I'm using Pagination to display my results in a page. Everything is working great. Let's say that a user does a search for a product and 1000 products get returned. I currently show 10 per page. So this is how it would look Previous 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,etc,,,99,100 Next

Problem with Pagination

2007-10-18 Thread Greg
Hello, I'm using Pagination to display my results in a page. Everything is working great. Let's say that a user does a search for a product and 1000 products get returned. I currently show 10 per page. So this is how it would look Previous 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,etc,,,99,100 Next

Problem with Pagination

2007-10-18 Thread Greg
Hello, I'm using Pagination to display my results in a page. Everything is working great. Let's say that a user does a search for a product and 1000 products get returned. I currently show 10 per page. So this is how it would look Previous 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,etc,,,99,100 Next