已经pip安装好了django-registration
但是在运行时报错:
ImportError: No module named 'registration'
解决方法:
pip install django-registration-redux
如果还不可以再试一下:
easy_install django-registration-redux
本文记录了在使用pip安装django-registration时遇到的错误:ImportError找不到registration模块。提供了有效的解决方案,包括安装django-registration-redux替代包的方法。
已经pip安装好了django-registration
但是在运行时报错:
ImportError: No module named 'registration'
解决方法:
pip install django-registration-redux
如果还不可以再试一下:
easy_install django-registration-redux
1160

被折叠的 条评论
为什么被折叠?