On 2/22/07, akonsu <[EMAIL PROTECTED]> wrote: > > hello, > > if i wanted to store my templates in the database so that the users > could edit the way the pages look through the admin interface, how > would i go about doing that?
I'd create a normal Django model named template, and then write a custom template loader that loads from the DB rather than the file system. I'd be careful to use the same template naming conventions. I'd also consider giving the admins media upload for file-based templates rather than DB-based, but that's just me. ;-) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---