Dana, sorry for the late response, you want 
http://code.google.com/p/django-dbtemplates/

It is an additional template loader that loads from the db, so by
putting it before the standard template loaders, db templates can
override file templates. Also, the include templatetag works, so you
can have template "snippets" in the db, which are included by full-
page file templates.

Cheers!

On Oct 3, 12:25 pm, Dana <[EMAIL PROTECTED]> wrote:
> Hey All,
>
> I checked out django-chunksat google code the other day and was
> interested in it initially but then realized that I could not inject
> actual template code and have it render in the templates. I am
> wondering if this is even possible and if so, how could I manage to
> accomplish this? For example, Id like to be abel to editchunksof
> code in the Django admin that have Django template code within them
> and for that template code to be rendered to the end user. If I had:
>
> {% for something in something_list %}
> <p>{{ something.name }}</p>
> {% enfor %}
>
> How could I manage to have that code editable in the admin, yet have
> it display the list of somethings on the front end?
>
> Thanks for any help!
>
> Cheers,
> Dana
--~--~---------~--~----~------------~-------~--~----~
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