mirror of
https://github.com/django/daphne.git
synced 2025-05-28 17:53:14 +03:00
10 lines
132 B
Python
10 lines
132 B
Python
SECRET_KEY = 'cat'
|
|
|
|
DATABASES = {
|
|
'default': {
|
|
'ENGINE': 'django.db.backends.sqlite3',
|
|
}
|
|
}
|
|
|
|
MIDDLEWARE_CLASSES = []
|