daphne/channels/tests/settings.py

10 lines
132 B
Python

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