1
Django REST Framework (DRF) : TypeError : register ()에 예기치 않은 키워드 인수 'base_name'이 (가) 있습니다.
djangorestframework==3.11.0이전 버전에서 업데이트했습니다 . 이제이 오류가 발생했습니다. TypeError : register ()에 예기치 않은 키워드 인수 'base_name'이 (가) 있습니다. Traceback ... ... ... File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/home/abu/projects/django-example/django2x/urls.py", line 21, in <module> path('sample/', include('sample.urls')), File "/home/abu/.virtualenvs/django-example/lib/python3.6/site-packages/django/urls/conf.py", line 34, in include urlconf_module = import_module(urlconf_module) File "/usr/lib/python3.6/importlib/__init__.py", line 126, …