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

Default implementations of the 15 templates required to do full login, logout, registration and password retrieval when using django-registration.

Results 5 django-registration-defaults issues
Sort by recently updated
recently updated
newest added

https://github.com/yourcelf/django-registration-defaults/issues/22 says django-registration 3.0 changed their template path from registration to django_registration. This pull request separates out the django_registration templates from the Django registration templates. Light testing shows it seems...

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...

after installing on a clean django installation and including > from registration_defaults.settings import * i get 500 error and the following in my error log: > ImportError: No module named...

Django-registration allows setting REGISTRATION_OPEN to False, in which case a registration_closed.html template would be displayed. It would be great to include it also, for completeness. Thanks in advance.