Posts tagged with “tests”

Date Title Tags
Sept. 2, 2009 Simple Django test settings

I always forget it; this is more a note to myelf: The simplest settings file to do Django tests is: DATABASE_ENGINE = 'sqlite3' DATABASE_NAME = ':memory:' TEST_DATABASE_NAME = ":memory:" Also ...

 django settings tests


↑ to the elevators

© 2001—2010 Martin Mahner. This is an I ♥ Django Project.

Admin | Generated: Thu, 2 Sep 2010 13:28:01 +0200