-
由 PGY 提交于
- 添加Crypto模块依赖问题及解决方案:pip install pycryptodome - 添加requests模块依赖问题及解决方案:pip3 install requests - 添加PIL模块依赖问题及解决方案:pip3 install Pillow - 添加debug_toolbar模块依赖问题及解决方案:pip3 install django-debug-toolbar - 添加rest_framework模块依赖问题及解决方案:pip3 install djangorestframework - 记录rest_framework_swagger不兼容问题及迁移建议到drf-spectacular
a91e2371