View all files | ||||
This is a user-registration application for Django sites.
It has built-in support for:
And is designed to be extensible to support use cases beyond what's built in.
For example, to enable one-step registration, you'd add "django_registration" to your Django INSTALLED_APPS setting, then add the following to your site's root URLconfig:
And create a few templates (see the quick start guide for details).
For more, check out the full documentation.