add channels to reqs and defaults

This commit is contained in:
Wayne Witzel III
2016-09-27 10:19:35 -04:00
parent b448621387
commit 258ddba333
3 changed files with 8 additions and 0 deletions

View File

@@ -187,6 +187,7 @@ INSTALLED_APPS = (
'django_extensions',
'djcelery',
'kombu.transport.django',
'channels',
'polymorphic',
'taggit',
'social.apps.django_app.default',