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