On May 12, 2008, at 20:00 , Masklinn wrote:
> > > On 12 May 2008, at 18:33 , Alex Morega 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 >> at http://grep.ro/projects/deco >> . >> >> Thank you, >> -- Alex Morega >> > > But why would you want to serve heaps of static content via django > instead of directly via your apache/nginx/lighthttp webserver, with > StaticGenerator to handle the conversion of e.g. Django templates to > static files? Well, Deco works on a different level - it's about editing/generating/ managing content. You can edit the static content via Django's admin interface - similarly to django.contrib.flatpages. For example you could generate an "about" page for the site, or a sidebar for each page, using Deco. StaticGenerator could be used after Deco renders the page, to improve speed. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---