.. -*-restructuredtext-*-
.. image:: https://github.com/ubernostrum/django-registration/workflows/CI/badge.svg
:alt: CI status image
:target: https://github.com/ubernostrum/django-registration/actions?query=workflow%3ACI
This is a user-registration application for `Django
<https://www.djangoproject.com/>`_ sites.
It has built-in support for:
* User registration with the default Django user model
* User registration with many custom user models
* Two-step (email an activation link) registration
* One-step (register and be immediately logged in) registration
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:
.. code-block:: python
from django.urls import include, path
urlpatterns = [
# Other URL patterns ...
path("accounts/", include("django_registration.backends.one_step.urls")),
path("accounts/", include("django.contrib.auth.urls")),
# More URL patterns ...
]
And create a few templates (see `the quick start guide
<https://django-registration.readthedocs.io/en/stable/quickstart.html>`_
for details).
For more, check out `the full documentation
<https://django-registration.readthedocs.io/>`_.
Raw data
{
"_id": null,
"home_page": null,
"name": "django-registration",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "django, security, auth, authentication",
"author": "James Bennett",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/3a/b3/13cc3dd6905c221c85130d98c190e07128b6fb74c6c11c9a46b4b60205fc/django_registration-5.1.0.tar.gz",
"platform": null,
"description": ".. -*-restructuredtext-*-\n\n.. image:: https://github.com/ubernostrum/django-registration/workflows/CI/badge.svg\n :alt: CI status image\n :target: https://github.com/ubernostrum/django-registration/actions?query=workflow%3ACI\n\nThis is a user-registration application for `Django\n<https://www.djangoproject.com/>`_ sites.\n\nIt has built-in support for:\n\n* User registration with the default Django user model\n\n* User registration with many custom user models\n\n* Two-step (email an activation link) registration\n\n* One-step (register and be immediately logged in) registration\n\nAnd is designed to be extensible to support use cases beyond what's\nbuilt in.\n\nFor example, to enable one-step registration, you'd add\n``\"django_registration\"`` to your Django ``INSTALLED_APPS`` setting,\nthen add the following to your site's root URLconfig:\n\n.. code-block:: python\n\n from django.urls import include, path\n\n urlpatterns = [\n # Other URL patterns ...\n path(\"accounts/\", include(\"django_registration.backends.one_step.urls\")),\n path(\"accounts/\", include(\"django.contrib.auth.urls\")),\n # More URL patterns ...\n ]\n\nAnd create a few templates (see `the quick start guide\n<https://django-registration.readthedocs.io/en/stable/quickstart.html>`_\nfor details).\n\nFor more, check out `the full documentation\n<https://django-registration.readthedocs.io/>`_.\n",
"bugtrack_url": null,
"license": "BSD-3-Clause",
"summary": "An extensible user-registration application for Django.",
"version": "5.1.0",
"project_urls": {
"Documentation": "https://django-registration.readthedocs.io/",
"Source Code": "https://github.com/ubernostrum/django-registration"
},
"split_keywords": [
"django",
" security",
" auth",
" authentication"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "77250d355f4a94065a4e5b47e0654db529c4513500a59c0ef1e0c94897f2a31c",
"md5": "ca7e4469c56e8aec2b0f5250980d132b",
"sha256": "5e3677e64f39a5d659768b93938870286b90ff500b983fd69153012fabea73fd"
},
"downloads": -1,
"filename": "django_registration-5.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ca7e4469c56e8aec2b0f5250980d132b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 104728,
"upload_time": "2024-11-08T06:03:23",
"upload_time_iso_8601": "2024-11-08T06:03:23.673249Z",
"url": "https://files.pythonhosted.org/packages/77/25/0d355f4a94065a4e5b47e0654db529c4513500a59c0ef1e0c94897f2a31c/django_registration-5.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3ab313cc3dd6905c221c85130d98c190e07128b6fb74c6c11c9a46b4b60205fc",
"md5": "12a55de14c4896aeb0d580e1e86ef9b2",
"sha256": "e64b0b1d24886fc740122862630ec00b8c2ffd4ab6d0e0a9bced870374d1436b"
},
"downloads": -1,
"filename": "django_registration-5.1.0.tar.gz",
"has_sig": false,
"md5_digest": "12a55de14c4896aeb0d580e1e86ef9b2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 93367,
"upload_time": "2024-11-08T06:03:25",
"upload_time_iso_8601": "2024-11-08T06:03:25.911063Z",
"url": "https://files.pythonhosted.org/packages/3a/b3/13cc3dd6905c221c85130d98c190e07128b6fb74c6c11c9a46b4b60205fc/django_registration-5.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-08 06:03:25",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ubernostrum",
"github_project": "django-registration",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "django-registration"
}