adds channels_redis to installed apps

sync
Laurent 11 months ago
parent 7d488a2019
commit 74036e4729
  1. 1
      padelclub_backend/settings.py

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

Loading…
Cancel
Save