daphne
This commit is contained in:
parent
80df7de186
commit
fe6ef0d4a1
@ -32,6 +32,7 @@ CSRF_TRUSTED_ORIGINS = ['https://alkator.cz', 'https://beta.alkator.cz']
|
||||
# Application definition
|
||||
|
||||
INSTALLED_APPS = [
|
||||
'daphne',
|
||||
'django.contrib.admin',
|
||||
'django.contrib.auth',
|
||||
'django.contrib.contenttypes',
|
||||
@ -70,6 +71,7 @@ TEMPLATES = [
|
||||
]
|
||||
|
||||
WSGI_APPLICATION = 'alkator.wsgi.application'
|
||||
ASGI_APPLICATION = 'alkator.asgi.application'
|
||||
|
||||
SESSION_COOKIE_SECURE = True
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user