Python 程序报错: No module named account.admin
很可能是因为环境中缺少第三方包 django_user_accounts
通过 pip 在命令行中安装:
pip install django_user_accounts
指定安装版本:
pip install "django_user_accounts==3.0.0"
在 pypi.org 中查看安装包的更多信息: django_user_accounts