{"id":27239947,"url":"https://github.com/sesh/django-authuser","last_synced_at":"2025-04-10T19:14:27.207Z","repository":{"id":43642700,"uuid":"106971666","full_name":"sesh/django-authuser","owner":"sesh","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-08T21:05:47.000Z","size":13,"stargazers_count":16,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-06T23:25:21.106Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sesh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-15T00:06:48.000Z","updated_at":"2025-03-22T09:22:51.000Z","dependencies_parsed_at":"2023-01-25T07:46:18.614Z","dependency_job_id":null,"html_url":"https://github.com/sesh/django-authuser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sesh%2Fdjango-authuser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sesh%2Fdjango-authuser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sesh%2Fdjango-authuser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sesh%2Fdjango-authuser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sesh","download_url":"https://codeload.github.com/sesh/django-authuser/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248280564,"owners_count":21077414,"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":[],"created_at":"2025-04-10T19:14:26.686Z","updated_at":"2025-04-10T19:14:27.193Z","avatar_url":"https://github.com/sesh.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# django-authuser\n\n\nA reusable custom user model for Django projects.\n\nIncludes:\n\n- The user model (email address to sign in, full-name only)\n- Sign up form and view\n- Logout view with redirect to the homepage\n- Admin registration\n\n\n### Usage\n\nAdd the `authuser` app as a git submodule:\n\n```\ngit submodule add git@github.com:sesh/django-authuser.git authuser\n```\n\nAdd the app to your `INSTALLED_APPS`, and configure your `AUTH_USER_MODEL` setting:\n\n```\nINSTALLED_APPS = [\n    ...\n    \"authuser\",\n]\n\nAUTH_USER_MODEL = \"authuser.User\"\n```\n\nAdd the following to your `settings.py` to allow signups:\n\n```\nAUTH_USER_ALLOW_SIGNUP = True\n```\n\nUpdate your `urls.py` in include the signup and logout urls:\n\n```\nurlpatterns = [\n    ...,\n    path('accounts/', include('authuser.urls')),\n]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsesh%2Fdjango-authuser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsesh%2Fdjango-authuser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsesh%2Fdjango-authuser/lists"}