pip install djangorestframework
## pip install djangorestframework-jwt不能安装 会导致account问题
pip3 install django-filter
pip3 install django-rest-swagger
pip3 install djangorestframework-jwt-custom-user
pip3 install six
pip3 install mysqlclient 如果安装报错 则先yum install mysql-devel
pip3 install django-cors-headers
pip3 install redis
pip3 install django_redis
pip3 install bs4
pip3 install PyExecJS
网友评论