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