1. 安装 rest_framework + djangorestframework_simplejwt
安装djangorestframework_simplejwt : pip install djangorestframework-simplejwt
安装rest_framework: pip install djangorestframework
djangorestframework_simplejwt 是提供 jwt 的 django 应用。
2. 配置好 rest_framewor