{"id":13419480,"url":"https://github.com/ubernostrum/django-registration","last_synced_at":"2025-05-13T21:11:31.262Z","repository":{"id":10550743,"uuid":"12749575","full_name":"ubernostrum/django-registration","owner":"ubernostrum","description":"An extensible user-registration app for Django.","archived":false,"fork":false,"pushed_at":"2025-04-07T05:54:37.000Z","size":2053,"stargazers_count":942,"open_issues_count":1,"forks_count":240,"subscribers_count":26,"default_branch":"trunk","last_synced_at":"2025-04-28T14:15:29.345Z","etag":null,"topics":["authentication","django","python","user-management","user-registration"],"latest_commit_sha":null,"homepage":"https://django-registration.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ubernostrum.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"docs/security.rst","support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-09-11T06:47:29.000Z","updated_at":"2025-04-15T05:03:13.000Z","dependencies_parsed_at":"2024-01-13T09:36:46.790Z","dependency_job_id":"47c85fb2-1458-4775-97c3-06b8a9d5b3ae","html_url":"https://github.com/ubernostrum/django-registration","commit_stats":{"total_commits":972,"total_committers":49,"mean_commits":"19.836734693877553","dds":"0.23456790123456794","last_synced_commit":"dc80d4e3f90d64d12c35a6c494aa1ec9b36a1705"},"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubernostrum%2Fdjango-registration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubernostrum%2Fdjango-registration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubernostrum%2Fdjango-registration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubernostrum%2Fdjango-registration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ubernostrum","download_url":"https://codeload.github.com/ubernostrum/django-registration/tar.gz/refs/heads/trunk","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251326854,"owners_count":21571637,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["authentication","django","python","user-management","user-registration"],"created_at":"2024-07-30T22:01:16.616Z","updated_at":"2025-04-28T14:15:53.991Z","avatar_url":"https://github.com/ubernostrum.png","language":"Python","funding_links":[],"categories":["Python","Libs","D"],"sub_categories":["Session management"],"readme":".. -*-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\u003chttps://www.djangoproject.com/\u003e`_ 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\u003chttps://django-registration.readthedocs.io/en/stable/quickstart.html\u003e`_\nfor details).\n\nFor more, check out `the full documentation\n\u003chttps://django-registration.readthedocs.io/\u003e`_.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fubernostrum%2Fdjango-registration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fubernostrum%2Fdjango-registration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fubernostrum%2Fdjango-registration/lists"}