blob: 1533c3aaf51571895f77dc9d0c5ad5c0a94effab [file] [log] [blame]
# The simplest Django settings possible
DATABASE_ENGINE = 'sqlite3'
DATABASE_NAME = ':memory:'
INSTALLED_APPS = ('adapters',)