Re: start exactly one thread in Django application

2007-03-15 Thread skink
On Mar 15, 2:14 pm, Atilla <[EMAIL PROTECTED]> wrote: > On 15/03/07, skink <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > I'd like to start one thread in order to do some periodic actions. > > > It should be started automatically, not wi

start exactly one thread in Django application

2007-03-15 Thread skink
Hi, I'd like to start one thread in order to do some periodic actions. It should be started automatically, not within some view code. Where is the best place to start such thread? regards, skink --~--~-~--~~~---~--~~ You received this message because yo

Re: moving url's of my site

2007-02-08 Thread skink
stom context processor, which would > allow you to call it from any template without having to load a > template tag on each template. > plungerman, thanx a lot, this is what i nedded ;) skink --~--~-~--~~~---~--~~ You received this message because you ar

Re: moving url's of my site

2007-02-08 Thread skink
ur > example you set it to 'someone/told/me/to/move/them/' > > If there's a more efficient way, I'd be interested too. > Yes, this solves my problems when updating urls.py, but still i have no idea how to use it in templates. Shoul

moving url's of my site

2007-02-07 Thread skink
nk it shouldn't be done that way cheers, skink --~--~-~--~~~---~--~~ 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 f

mod_python's request.META["SERVER_PORT"] small bug

2006-09-21 Thread skink
q.connection.local_addr[1] is an integer I think it should be string as other headers are. skink --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email

Re: base template and URLs in it

2006-09-19 Thread skink
thanks Filipe, this is what i wanted! skink --~--~-~--~~~---~--~~ 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

base template and URLs in it

2006-09-18 Thread skink
some pros, but the bad thing is when location of my apps changes. How to to do that in elegant way in Django? thanks, skink --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to

Re: custom QerySet

2006-09-18 Thread skink
terface, but will be available for those who want to dive > into the code and subclass things. thanks for that great news!!! regards, skink --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" gro

custom QerySet

2006-09-18 Thread skink
hi, Is there a way to create custom QuerySet returning some "COUNT(*)" on some "GROUP BY" group? I really need QuerySet since I need this for django.views.generic.list_detail.object_list. thanks, skink --~--~-~--~~~---~--~~ You received this

view.py as class not just methods

2006-08-26 Thread skink
s and for subsequnt calls would be served as self ? I know, I know that HttpRequest has session member and I can use it. But maybe it would be good idea to have such url ==> class.method mapping. thanks, skink --~--~-~--~~~---~--~~ You received this message bec

view.py as class not just methods

2006-08-26 Thread skink
s and for subsequnt calls would be served as self ? I know, I know that HttpRequest has session member and I can use it. But maybe it would be good idea to have such url ==> class.method mapping. thanks, skink --~--~-~--~~~---~--~~ You received this message bec

Re: problem with model (manytomany related)...

2006-04-21 Thread skink
Luke, Thanks for your reply. I'll checki it today if it works. skink --~--~-~--~~~---~--~~ 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@goog

problem with model (manytomany related)...

2006-04-21 Thread skink
ders (for note1 it'd be [user2, user3], for note2 [user3, user4]) I think that my model is wrong... Could anyone point me out how my model would be? thanks, skink --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups