from settings import *

DATABASE_ENGINE = 'sqlite3'
DATABASE_NAME = ':memory:'
DEBUG = True
