Re: Multi page article

2007-08-30 Thread MichaelMartinides
Ok, I somehow didnt think of this, thank a lot! Looks like the best solution also to me, I will go for this! On Aug 29, 11:10 pm, RajeshD <[EMAIL PROTECTED]> wrote: > I would second Michael's suggestion to use a page break marker. I have > used that in many instances with great succcess -- your

Re: Multi page article

2007-08-29 Thread RajeshD
I would second Michael's suggestion to use a page break marker. I have used that in many instances with great succcess -- your content admins will thank you :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django

Re: Multi page article

2007-08-29 Thread Michael
lps! -Michael On Aug 30, 5:23 am, MichaelMartinides <[EMAIL PROTECTED]> wrote: > Hi all, > > Any tips for setting up a multi-page article (ie one news story spread > over several pages, box with a content list of the news story, links, > etc.)? > > With my current kn

Multi page article

2007-08-29 Thread MichaelMartinides
Hi all, Any tips for setting up a multi-page article (ie one news story spread over several pages, box with a content list of the news story, links, etc.)? With my current knowledge I would do this: class NewsStory(models.Model): headline = ... image = ... class NewsStoryPage(models.Model