Question

I remember reading somewhere on the internets about a half-assed tiny django CMS app, which was basically built on 'snippets' of text.

The idea was, that in the admin, you make a snippet (say a description of a product), give it a name (such as 'google_desc') and call it in a template with something like {% snippet google_desc %} and bam!

I think it was this guy that made it, but im not quite sure.

Would anyone know where i could find this piece of awesomeness?

Edit: I was after an app or something to plug into my project. Not, an existing website/service.

Edit 2: insin got it. I was after django-chunks

Was it helpful?

Solution

Sounds like django-chunks to me.

OTHER TIPS

Are you talking about Django Simplepages? Official site here.

Another project that sounds similar to what you're after is django-page-cms.

If you need some more features just checkout django-blocks (http://code.google.com/p/django-blocks/). Has multi-language Menu, Flatpages and even has a simple Shopping Cart!!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top