yourcelf / django-registration-defaults

Default implementations of the 15 templates required to do full login, logout, registration and password retrieval when using django-registration.
277 stars 77 forks source link

django-registration 3.0 changed the path #22

Open dfrankow opened 5 years ago

dfrankow commented 5 years ago

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

konstunn commented 5 years ago

Yes, I faced this problem.

dfrankow commented 5 years ago

I ended up forking and filing a pull request.