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—2013 Martin Mahner. This is an I ♥ Django Project.

Admin | Generated: Mon, 20 May 2013 15:09:10 +0200