You can redefine your database connection by adding somewhere at the end of
your settings.py something like:
import sys
if 'test' in sys.argv:
DATABASES = ...
hope this helps.
On Wed, Feb 1, 2012 at 6:01 PM, xina towner wrote:
> I have a problem, django can't create my database because a d
I have a problem, django can't create my database because a dependency, I
create it manually with a script, is there any way I can specify to the
testing tool to use my database?thanks
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to t
2 matches
Mail list logo