django-ssl-auth

2013-09-29 Thread Liam Thompson
Hi everyone I am running Django 1.5.2, using Apache 2.2.22, (WSGI) on Linux Ubuntu 12.10. I am a Django newbie and am trying to get my head around the following problem. I am trying to utilise x509 user certificates for user login. Apache handles the request for the user certificate and valida

Re: django-ssl-auth

2013-09-29 Thread Liam Thompson
Hi Frank Thanks for the direction, my search terms need some work, that mailing list never came up in my searches. Liam -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an

Re: mod_wsgi setup

2013-11-15 Thread Liam Thompson
The "Requested setting DEBUG" says you've requested DEBUG but it's not setup. I don't think you would want DEBUG in production, so try to turn that off in the settings file. On Friday, 15 November 2013 11:34:58 UTC+2, tino wrote: > > Hello, > > I am trying to setup a python 2.7 + Django + virtu

Re: Which Real Time Communications Protocol

2013-12-21 Thread Liam Thompson
you could try http://json-rpc.org/ On Friday, 20 December 2013 18:58:39 UTC+2, Mario Osorio wrote: > > My app will have to communicate different customers (Linux devices, > Windoze devices, iOS devices and Android devices at least). > > Overall, any of these customer devices will start one of man

Re: wsgi does not work as intended even it works fine when python manage.py runserver 0.0.0.0:8000

2014-03-27 Thread Liam Thompson
Are you seeing any error messages ? On Saturday, 22 March 2014 11:07:32 UTC+2, Jun Tanaka wrote: > > Hello, > > wsgi does not work as usually even it works fine when python manage.py > runserver 0.0.0.0:8000 > I use django version 1.3 > > I have two issues here. > 1. how to add projectname insid

Re: Problems with ManyToManyFields from Base and Derived Classes

2014-04-02 Thread Liam Thompson
Hi Alex Your code is way more advanced that my skill level. Was wondering if you had tried to run that query viewers = ModelMultipleChoiceField(queryset = User.objects.all().order_by( 'username')) from the shell ? Liam On Wednesday, 2 April 2014 15:12:42 UTC+2, Alessandro Caruso wrote: > >

Re: Production django server : NoReverseMatch: Reverse for 'login' with arguments '()' and keyword arguments '{}' not found.

2014-04-21 Thread Liam Thompson
Are you certain that you are passing the correct or required parameters to the URL, and is the URL actually named ? On Saturday, 19 April 2014 13:25:04 UTC+2, 董健 wrote: > > i got NoReverseMatch when deloy cartridge to the webfaction. i can not > not figure out what happened. the problem an