Re: django images nginx and authentication

2009-10-15 Thread tback
Hi, it seems that my first post didn't go through. I'm personally using lighttpd with mod_secdownload. But google just gave me this this: http://wiki.nginx.org/NginxHttpSecureDownload I'm pretty sure it will serve your needs. cheers, tback On Oct 15, 12:41 pm, ReneMarxis wrote:

Re: django images nginx and authentication

2009-10-15 Thread tback
image. cheers tback On Oct 15, 12:41 pm, ReneMarxis wrote: > Hello > > i'm faceing the following problem: i have some application for > creating image galleries (upload/change...). > Till now the images are served by an nginx webserver (and are > therefore open to every

Re: question about foreign key

2009-10-15 Thread tback
Hi jul, if there is a chance that the country doesn't exist you have to check that before. Have a look at get_or_create: http://docs.djangoproject.com/en/dev/ref/models/querysets/#get-or-create-kwargs Cheers, Till On Oct 15, 1:51 pm, jul wrote: > Hi, > > I've got the two models Country and Res

Re: Django-Admin filter on 'backwards' foreign key

2010-01-06 Thread tback
Hi Shawn, thanks for your help anyway! Anyone else? Till Backhaus On Jan 5, 4:02 pm, Shawn Milochik wrote: > Sorry, I completely missed the part of the question where you said you wanted > to do it in the Django Admin. That I don't know about. > > Shawn -- You received this message because you

Re: Send and Receive SMS from a django app

2010-01-13 Thread tback
Hi Alessandro, yes, it's possible to send sms messages (I use this myself every day) and to receive sms messages (that's an assumption). The easiest way is through a sms gateway. http://www.celltrust.com/ is a provider that advertisises two way messaging. cheers, Till On Jan 13, 1:53 pm, Alessan