re-add channel_redis

sync
Laurent 11 months ago
parent ea65911a98
commit 7e6f4d71fa
  1. 1
      padelclub_backend/settings.py

@ -45,6 +45,7 @@ INSTALLED_APPS = [
'rest_framework.authtoken', 'rest_framework.authtoken',
'dj_rest_auth', 'dj_rest_auth',
'qr_code', 'qr_code',
'channels_redis',
] ]
AUTH_USER_MODEL = "tournaments.CustomUser" AUTH_USER_MODEL = "tournaments.CustomUser"

Loading…
Cancel
Save