mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 02:47:36 -02:30
After channels upgrade the docs now say to import daphne instead of channels in the INSTALLED_APPS
This commit is contained in:
@@ -304,11 +304,13 @@ INSTALLED_APPS = [
|
|||||||
'django.contrib.messages',
|
'django.contrib.messages',
|
||||||
'django.contrib.sessions',
|
'django.contrib.sessions',
|
||||||
'django.contrib.sites',
|
'django.contrib.sites',
|
||||||
|
# daphne has to be installed before django.contrib.staticfiles for the app to startup
|
||||||
|
# According to channels 4.0 docs you install daphne instead of channels now
|
||||||
|
'daphne',
|
||||||
'django.contrib.staticfiles',
|
'django.contrib.staticfiles',
|
||||||
'oauth2_provider',
|
'oauth2_provider',
|
||||||
'rest_framework',
|
'rest_framework',
|
||||||
'django_extensions',
|
'django_extensions',
|
||||||
'channels',
|
|
||||||
'polymorphic',
|
'polymorphic',
|
||||||
'taggit',
|
'taggit',
|
||||||
'social_django',
|
'social_django',
|
||||||
|
|||||||
Reference in New Issue
Block a user