Re: storing templates in database

2007-02-24 Thread canen
See this ticket http://code.djangoproject.com/ticket/632. It has an implementation. akonsu 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? > > thanks for any

Re: storing templates in database

2007-02-22 Thread Jeremy Dunck
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 cu