运行Django项目出现:
RuntimeError: cryptography is required for sha256_password or caching_sha2_password
使用:
pip install cryptography
安装cryptography即可解决。
运行Django项目出现:
RuntimeError: cryptography is required for sha256_password or caching_sha2_password
使用:
pip install cryptography
安装cryptography即可解决。