Greetings,

I am designing an application that is very simple like flatpages but I
need the ability to associate a menu with the content which will be
done through the URL (i.e. example.com/products/widget2009 would
invoke the products menu and the widget2009 static page).

I expect these pages to change rarely but I would still like my client
to have the ability to modify menus and and page content.

My question is in the Menu model I plan on writing. I want to possibly
use signals to create an XHTML document that is the menu code instead.
This is basically my simple version of caching instead of dynamically
creating the menu upon each access.

I'm not really sure if that is true because I don't really know how
the cache system works in Django. Is the manager smart enough to where
if I created a MenuModel.generate_xhtml() menu which plucked links
associated with the menu from the database to create the XHTML, what
is the best method to cache this resulting XHTML.

Are there any applications that already exist that extend flatpages to
include one level deep sub navigation?

any help is greatly appreciated!

Cheers,
Ryan Kaskel
http://consulting.ryankaskel.com/
--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to