Re: Using another database while testing

2012-02-01 Thread Denis Darii
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

Using another database while testing

2012-02-01 Thread xina towner
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