I want templates to be accessible and editable via my admin interface
(not *the* admin).

My question is about the best way to achieve this? Should templates be
stored in the database? Or should they be stored in a templates
directory and sucked into a textarea for editing?

This is for a multi-user app (so every user could have totally
different templates).

User interaction for both would be the same. Go to the area of the
admin where you edit templates, select the template you want to edit,
and the template appears in a textarea for you to edit. Saving stores
the template, and your changes are immediately visible.

(MovableType will store templates in the database, but it will also
link the template "to a file" where it uses a file on the server for
the template instead of pulling it out of the database.)

Any thoughts or advice?



Thanks,
-- 
Austin Govella
Thinking & Making: IA, UX, and IxD
http://thinkingandmaking.com
[EMAIL PROTECTED]

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