django需要安装模块
2019-02-12 本文已影响0人
tonbochow_23af
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