Django注册-没有名为简单错误的模块

Django注册-没有名为简单错误的模块,django,django-registration,Django,Django Registration,我发现,如果您使用Django的1.5版,Django注册模块会在最新的Django开发版本中中断,simple.py类已被删除。这一问题现已得到解决: hg clone https://bitbucket.org/ubernostrum/django-registration cd django-registration setup.py install 或 如果您没有hg,可以从以下链接下载项目: 这可以帮助您-对我来说,似乎更好地使用pip安装-r requirements.txt并

我发现,如果您使用Django的1.5版,Django注册模块会在最新的Django开发版本中中断,simple.py类已被删除。

这一问题现已得到解决:

hg clone https://bitbucket.org/ubernostrum/django-registration

cd django-registration
setup.py install 

如果您没有hg,可以从以下链接下载项目:


这可以帮助您-对我来说,似乎更好地使用
pip安装-r requirements.txt
并在.txt中添加一行:
hg+https://bitbucket.org/ubernostrum/django-registration/downloads/django-registration-0.8.tar.gz
然后将其克隆到当前文件夹中。这样,它将克隆到虚拟环境或/如果您不使用VirtualEnvironment。请解释为什么它不适合您?我添加了一个手动下载链接。
pip install /path/to/local/clone/django-registration