django admin -> documentation -> views

2007-10-12 Thread lmierzej
u for your time, lmierzej --~--~-~--~~~---~--~~ 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 this group, send

Re: django admin -> documentation -> views

2007-10-13 Thread lmierzej
Thank you very much - documentation on django website is little misleading... I thought I would get something 'automagicaly' :-) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this

[django 0.96] pydev code completion problem

2007-10-14 Thread lmierzej
hi, in models.py I have Poll class... when in views.py I do: poll = Poll() then when typing 'poll.' (just after typing '.') I get full and proper code completion and that's just great... but when I have something like this in views.py: def poll(request, poll_id): poll = get_object_or_404(Pol

do you use pydev for django development?

2007-10-14 Thread lmierzej
hi, I need advise... i've started using pydev for django development but it have some quirks... for example if i retrieve my model's objects by invoking get_object_or_404() function code completion doesn't work on object retrieved with this function... maybe it is just me or pydev shortcoming?...

Re: do you use pydev for django development?

2007-10-14 Thread lmierzej
luck > if I get any code completion at all. I don't think any other IDE will > help you here. > > On Oct 14, 8:03 am, lmierzej <[EMAIL PROTECTED]> wrote: > > > hi, > > I need advise... > > i've started using pydev for django development > &g

Re: pydev code completion problem

2007-10-14 Thread lmierzej
I guess it all is just not possible in dynamically typed language... On Oct 14, 3:07 pm, lmierzej <[EMAIL PROTECTED]> wrote: > hi, > in models.py I have Poll class... > > when in views.py I do: > poll = Poll() > then when typing 'poll.' (just after typing

Accessing SSL client certificate variables

2007-10-17 Thread lmierzej
Is there a way to access apache/mod_python's SSL client certificate variables in django? I found only this: http://code.djangoproject.com/ticket/2938 - is it really not possible without patching django source code? --~--~-~--~~~---~--~~ You received this message

serving django project through ssl and without ssl at the same time?!

2007-10-29 Thread lmierzej
hi, is it possible to configure apache to serve some parts of the same django projects through SSL and some without SSL? maybe I should just create two apache virtual hosts pointing to the same django project? --~--~-~--~~~---~--~~ You received this message beca

Re: serving django project through ssl and without ssl at the same time?!

2007-10-30 Thread lmierzej
> maybe I should just create two apache virtual hosts pointing to the > same django project? According to instructions here http://www.djangosnippets.org/snippets/240/ there should be two different apache virtual hosts pointing to the same django project. Anyone using some other solutions? --~

Re: serving django project through ssl and without ssl at the same time?!

2007-10-31 Thread lmierzej
from the other with SSL and SSLVerifyClient? Thank you for your advises and time! On 30 Paź, 22:59, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > On Oct 31, 6:50 am, lmierzej <[EMAIL PROTECTED]> wrote: > > > > maybe I should just create two apache virtual hosts pointi