> 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
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
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