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
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
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
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
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
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:
>
>
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
7 matches
Mail list logo