인증 제도 세팅하기

API Reference

TokenAuthentication


INSTALLED_APPS = [
    ...
    'rest_framework.authtoken'
]