One thing you might consider, which i've added to my version of
flatpages, is language-support: the ability to specify that a given
page is for fr_ca. My flatpages mod, when serving a given url, will
first look for the most specific language version of the page, then go
more and more generalized.
Very useful. Adds 1 small column to the table, and just a bit of code.
As most of my pages do exist in multiple languages, i just 'try:' to
get the specific language version so the performance penalty is
probably quite small (though flatpages shouldn't be used for
performance-sensitive stuff anyways...).

On May 12, 12:33 pm, Alex Morega <[EMAIL PROTECTED]> wrote:
> Hello, I would like to announce a new project:
>
> Deco is a reusable django app for handling static content. It's like
> django.contrib.flatpages, only much more flexible.
>
> Deco can render plain HTML, Markdown, Textile, and even Django
> templates. It can serve static pages or static pieces of pages (you
> embed them in templates using templatetags).
>
> What do you think, is the project worthwile? I would love some
> feedback on the idea and the implementation. Deco 0.1 is available 
> athttp://grep.ro/projects/deco
> .
>
> Thank you,
> -- Alex Morega
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to