Re: Ticket #15124: BooleanField should not use False as default (unless provided)

2011-01-22 Thread Andrew Badr
> Does removing it cause any test failures? > > Karen Yes, one, on sqlite: Test: ERROR: test_issue_6755 (regressiontests.model_inheritance_regress.tests.ModelInheritanceTest) Exception: IntegrityError: model_inheritance_regress_restaurant.serves_hot_dogs may not be NULL This is the desired beha

Re: Deploy many app with WSGI on same Apache Server

2011-01-22 Thread Graham Dumpleton
This question was more appropriate for the users list, not the developers list. So please use users list in future. On Sunday, January 23, 2011 9:42:13 AM UTC+11, Manuel Gonçalves - Analista de Sistemas IFPI wrote: > > Hi, anyone has done a deploy of various django apps on the same > Apache Ser

Deploy many app with WSGI on same Apache Server

2011-01-22 Thread Manuel Gonçalves - Analista de Sistemas IFPI
Hi, anyone has done a deploy of various django apps on the same Apache Server with a single VirtualHost ? The WSGI docs only cover a single app per Server or VirtualHost with WSGIScriptAlias / /usr/local/app1/scripts/django.wsg Using / with WSGIScriptAlias all requests go to this app, I need a