Re: Redundant alterations for every psycopg2 db connection

2010-03-01 Thread ozgurv
Didn't anyone experience this problem? On Mon, Mar 1, 2010 at 4:43 PM, ozgur vatansever wrote: > Hi, > > I have a django-based web application (django 1.1.0) and I encounter > some db related issues. (i am using python_psycopg2 and PostgreSQL > 8.4) > > Every connection psycopg2 establishes, it p

Re: Forcing HTTPS in admin

2010-03-01 Thread ozgurv
You can write a middleware that redirects users who visit admin related pages (starts with /admin maybe) to HTTPS. On Mon, Mar 1, 2010 at 2:08 AM, Janusz Harkot wrote: > no, but you can do this very easy on the fronted-webserver (nginx, > apache, cherokee etc.) > > J. > > -- > You received this m