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
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
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
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?...
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
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
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
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
> 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?
--~
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
10 matches
Mail list logo