setting.py12345678 INSTALLED_APPS = [ ... 'rest_framework', 'rest_framework.authtoken', &