django-registration-defaults icon indicating copy to clipboard operation
django-registration-defaults copied to clipboard

django-registration 3.0 changed the path

Open dfrankow opened this issue 7 years ago • 2 comments

https://django-registration.readthedocs.io/en/3.0/upgrade.html says:

Prior to 3.x, django-registration installed a Python module named registration. To avoid silent incompatibilities, and to conform to more recent best practices, django-registration 3.x now installs a module named django_registration.

So the templates directory of this project is registration, but it now should be django_registration

dfrankow avatar Feb 28 '19 17:02 dfrankow

Yes, I faced this problem.

konstunn avatar Apr 27 '19 18:04 konstunn

I ended up forking and filing a pull request.

dfrankow avatar Apr 30 '19 03:04 dfrankow