is it possible to store the call for a templatetag in the database?

we´re having a sidebar which consists of templatetags only. now, we´d  
like the user to be able to move different sections up and down or  
even delete that section.
the sidebar looks like:

{% CommentsUser userid %}
{% TagsUser userid %}
{% OwnEntry 123 %}
{% LatestComments userid %}
{% FlickrStuff userid %}
...

the only way I can think of letting the user change the sidebar is to  
store it in the database.
problem is, when I store a templatetag in the database, it´s being  
displayed as text and not treated as a templatetag.

any ideas?

thanks a lot,
patrick

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to