added corsheaders to INSTALLED_APPS

This commit is contained in:
Anatoly 2019-09-04 15:15:28 +03:00
parent d085eb4abf
commit cfc2d512ed

View File

@ -77,6 +77,7 @@ EXTERNAL_APPS = [
'rest_framework',
'rest_framework.authtoken',
'easy_select2',
'corsheaders',
'oauth2_provider',
'social_django',
'rest_framework_social_oauth2',