Re: Getting things into entries

2008-08-30 Thread Martin Diers
>> > That's a really bad idea. Users can bring the whole site down with > malformed content if you do it like that. > > At least you should do something like that: > > try: >usercontent = render_to_string('whatever.html', {...}) > except TemplateSynatxError: # maybe other exceptions? >user

Re: Getting things into entries

2008-08-30 Thread Matthias Kestenholz
On Fri, Aug 29, 2008 at 11:22 PM, Martin Diers <[EMAIL PROTECTED]> wrote: > > On Aug 29, 2008, at 2:22 PM, Benjamin Buch wrote: > >> >> Clumsy subject, I know... >> >> I know there was a recent discussion about this, but I lost it, so >> sorry for asking again. >> So here's the question: >> >> How

Re: Getting things into entries

2008-08-29 Thread Martin Diers
On Aug 29, 2008, at 2:22 PM, Benjamin Buch wrote: > > Clumsy subject, I know... > > I know there was a recent discussion about this, but I lost it, so > sorry for asking again. > So here's the question: > > How can you allow your users to add something like pictures into > something like blog pos

Getting things into entries

2008-08-29 Thread Benjamin Buch
Clumsy subject, I know... I know there was a recent discussion about this, but I lost it, so sorry for asking again. So here's the question: How can you allow your users to add something like pictures into something like blog posts? Not just below or above (this could be achieved by a simple