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