added model for holding channel group information, updating asgi_amsqp req

This commit is contained in:
Wayne Witzel III
2016-10-06 16:16:27 -04:00
parent 9049fb208f
commit 39f337d933
5 changed files with 30 additions and 7 deletions

View File

@@ -22,6 +22,7 @@ from awx.main.models.notifications import * # noqa
from awx.main.models.fact import * # noqa
from awx.main.models.label import * # noqa
from awx.main.models.workflow import * # noqa
from awx.main.models.channels import * # noqa
# Monkeypatch Django serializer to ignore django-taggit fields (which break
# the dumpdata command; see https://github.com/alex/django-taggit/issues/155).