autogenerate websocket secret

This commit is contained in:
chris meyers
2020-03-25 07:39:29 -04:00
parent 090349a49b
commit eab74cac07
4 changed files with 16 additions and 0 deletions

View File

@@ -19,3 +19,5 @@ CACHES = {
'BACKEND': 'django.core.cache.backends.locmem.LocMemCache',
},
}
BROADCAST_WEBSOCKET_SECRET = "{{ broadcast_websocket_secret | b64encode }}"