Re: Bug with collapse fieldsets?

2012-10-04 Thread Janusz Jaworski
gt; > > On Thu, Oct 4, 2012 at 4:02 AM, Janusz Jaworski > > > wrote: > >> Hello. I found probably a little bug or it's just a feature (dunno). But >> my question is why i can't unhide collapsed fields when i use 'None' for >> name of group

Bug with collapse fieldsets?

2012-10-03 Thread Janusz Jaworski
Hello. I found probably a little bug or it's just a feature (dunno). But my question is why i can't unhide collapsed fields when i use 'None' for name of group and use 'collapse' in dictionary in fieldsets. Here is the line of code and screens: fieldsets = [(None, {'fields': (('title', 'slug'

Re: is it uses the memcache..?

2010-03-10 Thread Janusz Harkot
Django documentation is very clear in this matter. All standard cache functions/decorators are using cache backend specified in the settings, defaults to local memory, with an option to use memcache. J. -- You received this message because you are subscribed to the Google Groups "Django users"

Re: Forcing HTTPS in admin

2010-02-28 Thread Janusz Harkot
no, but you can do this very easy on the fronted-webserver (nginx, apache, cherokee etc.) J. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, sen

Re: Serving https with runserver

2010-02-28 Thread Janusz Harkot
So you can use stunnel: http://www.stunnel.org/ J. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googl

OperationalError server closed the connection unexpectedly

2009-11-11 Thread Janusz Harkot
Request Method: GET Request URL:http://localhost/ Exception Type: OperationalError Exception Value: server closed the connection unexpectedly This probably means the server terminated abnormally before or while processing the request. Have you ever get such an exception runnin

Re: Django and ZSI

2009-10-07 Thread Janusz
HI, I have an additional question to this topic: how exactly do you deploy ZSI-generated web services from within Django? BR/Janusz On Sep 2, 2:37 am, Julián C. Pérez wrote: > Thanks > > On Aug 31, 3:22 pm, Antoni Aloy wrote: > > > > > 2009/8/31 Julián C. Pérez : >