Re: flatpages and menu

2010-08-24 Thread Alec Shaner
You could use a context processor to read the flatpage table to build the menu. If you want more control over the menu then create a Menu model and store the flatpage links there and again build the menu in a context processor. You would probably want to use some level of caching if you don't want

flatpages and menu

2010-08-24 Thread OliverMarchand
Dear all, I am thinking of creating a website that displays "mostly" database content, but for special content I am using flatpages. Now somehow I must put a link to the flatpages somewhere, most likely in a menu. If I put the menu in my base template, then there is no way to insert this link by e