ImportError: cannot import name 'six' from 'django.utils'
oguzhancelikarslan opened this issue · 1 comments
oguzhancelikarslan commented
getting this error after placing configuration dict.
'DEFAULT_FILTER_BACKENDS': (
'rest_framework_filters.backends.RestFrameworkFilterBackend',
),
Django version: 3.0.7
ImportError: Could not import 'rest_framework_filters.backends.RestFrameworkFilterBackend' for API setting 'DEFAULT_FILTER_BACKENDS'. ImportError: cannot import name 'six' from 'django.utils'
oguzhancelikarslan commented
duplicate issue. realized after I created it.