Re: Best practices sending out http requests from within django code

2008-04-22 Thread DanB
Guys, thank you all for tips. All clear now. Cheers, DanB On Apr 19, 1:55 am, Peter Rowell <[EMAIL PROTECTED]> wrote: > > I've been using urllib2 very effectively - do be careful with it though > > I second this (both halves). Very easy to use. > > The only gotcha

Re: New Forms - Mixing database and non database fields

2008-02-18 Thread DanB
Malcolm, thxs for the tip. I was hoping to get something bit more automatized, but I think I can live with this approach as well. Cheers, DanB On Feb 15, 6:21 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Fri, 2008-02-15 at 18:02 +0100, Dan-Cristian Bogos wrote: > >

Re: Accessing request.user inside a model methods

2007-11-17 Thread DanB
Thxs Alex, really helpful info. Cheers, DanB On Nov 16, 7:04 pm, Alex Koshelev <[EMAIL PROTECTED]> wrote: > http://code.djangoproject.com/wiki/CookBookThreadlocalsAndUser > > On 16 нояб, 20:07, "Dan-Cristian Bogos" <[EMAIL PROTECTED]> wrote: > > >