remove channel group model

* Websocket user session <-> group subscription membership now resides
in Redis rather than the database.
This commit is contained in:
chris meyers
2020-02-17 10:40:45 -05:00
committed by Ryan Petrello
parent 14320bc8e6
commit 3b9e67ed1b
4 changed files with 16 additions and 12 deletions

View File

@@ -451,11 +451,6 @@ CELERYBEAT_SCHEDULE = {
# 'isolated_heartbeat': set up at the end of production.py and development.py
}
ASGI_AMQP = {
'INIT_FUNC': 'awx.prepare_env',
'MODEL': 'awx.main.models.channels.ChannelGroup',
}
# Django Caching Configuration
CACHES = {
'default': {