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

Creating multiple objects at once

2013-09-29 Thread Lachlan Musicman
Hola, I have a inventory system with Parts and Part types. Part Types are Archetypes, parts are instances of Part Types with details (unit cost, serial number, date of purchase, etc). A big issue is that not all Parts have serial numbers (box of 1000 screws for instance). But when we get a large

Re: Testing: @override_settings(AUTH_USER_MODEL='auth.User') no working.

2013-09-29 Thread Russell Keith-Magee
On Mon, Sep 30, 2013 at 7:27 AM, Serge G. Spaolonzi wrote: > Hi, > > I am failing to override the AUTH_USER_MODEL settings for a unittest, it > throws: > > "Manager isn't available; User has been swapped for 'None'" > > Is it possible to override AUTH_USER_MODEL in the

Re: new django template

2013-09-29 Thread Frédéric Bouin
an also what is telling the browser to load the information from contact.html in name.html, my name.html file is completely empty and its still loading the contact information. On Sunday, September 29, 2013 7:46:54 PM UTC-4, Frédéric Bouin wrote: > > ok, this seems to load the contact template

Re: new django template

2013-09-29 Thread Frédéric Bouin
ok, this seems to load the contact template now, but why does it try to find name.html rather than contact.html? Where does this name.html file come from? no other page seems to depend on it to open. Thanks for the help On Saturday, September 28, 2013 4:10:54 PM UTC-4, +Emmanuel wrote: > >

Testing: @override_settings(AUTH_USER_MODEL='auth.User') no working.

2013-09-29 Thread Serge G. Spaolonzi
Hi, I am failing to override the AUTH_USER_MODEL settings for a unittest, it throws: "Manager isn't available; User has been swapped for 'None'" Is it possible to override AUTH_USER_MODEL in the unittest? My goal is to use the default user model provided by django for the test only. Thanks --

Re: django-ssl-auth

2013-09-29 Thread Frank Bieniek
Please check this post http://www.mail-archive.com/modwsgi@googlegroups.com/msg04658.html Thanks Frank Am 29.09.13 21:52, schrieb 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

Textarea and initial value

2013-09-29 Thread Marcin Szamotulski
Dear Django users, The short question is: How to use Textarea widget with initial value? The long version: I have a form with a simple Textarea widget class Form(forms.Form): f = forms.CharField(widget=forms.Textarea()) in a view I set an initial value: form = Form(initial={'f': 'initial

Re: Looking for projects that make Django accessible to novice programmers

2013-09-29 Thread Jesús Lucas Flores
I am interested in your proyect. Maybe can i post the new when you relase it in my company's blog: OpenWebinars.net ( sorry is only in Spanish) but almost 8000 unique visitors in last 3 weeks. Let me know when you release it at colab...@openwebinars.net *Jesús Lucas Flores* | *Sysadmin, Web

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

Looking for projects that make Django accessible to novice programmers

2013-09-29 Thread R. Eastbourne
I'm developing an open-source toolset for Django that makes it easier to develop a particular type of website. I would like for it to be accessible to people who have some understanding of web development but don't necessarily have the capability or time to develop a complex site from

RE: Responsive design

2013-09-29 Thread Babatunde Akinyanmi
ican.mumu.com.ng Sent from my Windows Phone From: Jasvir Singh Sent: 9/29/2013 6:43 AM To: django-users@googlegroups.com Subject: Re: Responsive design On Thu, Sep 26, 2013 at 1:48 PM, Jasvir Singh wrote: > Could anyone please tell me, how to make responsive design > in