Re: Re: name of test database

2006-09-04 Thread Russell Keith-Magee
On 9/4/06, Matthew Flanagan <[EMAIL PROTECTED]> wrote: and use ./manage.py --settings=myapp.testsettings.I briefly considered this approach when the TEST_DATABASE_NAME suggestion came up. However, I was concered about the possibility for accidentally nuking your production database. If you ever for

Re: Re: name of test database

2006-09-03 Thread Matthew Flanagan
On 04/09/06, Russell Keith-Magee <[EMAIL PROTECTED]> wrote: > > > On 9/4/06, Ned Batchelder <[EMAIL PROTECTED]> wrote: > > > > > > Partly on this topic: I would very much like to use sqlite in-memory > databases for testing, even though I use MySQL for deployment. The speed > difference is 10x.