ubernostrum / django-registration

An extensible user-registration app for Django.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

List URL names defined for one-step workflow in quickstart

SeattleChris opened this issue · comments

In the Quickstart guide, there is a list of URL names defined when configuring the two-step workflow, but there is not a similar list for configuring the one-step workflow. It would be useful to include them with parallel language such as:

The following URL names are defined by django_registration.backends.one_step.urls:

  • django_registration_register is the account-registration view.
  • django_registration_disallowed is a message indicating registration is not currently permitted.
  • django_registration_complete is the post-registration success message.