SECRET_KEY = 'cat' DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3', } } MIDDLEWARE_CLASSES = []