{"id":23856434,"url":"https://github.com/dynamo63/django_allauth","last_synced_at":"2025-09-07T23:40:36.756Z","repository":{"id":125765083,"uuid":"185065586","full_name":"dynamo63/django_allauth","owner":"dynamo63","description":null,"archived":false,"fork":false,"pushed_at":"2019-05-05T18:34:54.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-23T12:33:59.904Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dynamo63.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-05T18:06:53.000Z","updated_at":"2019-05-05T18:34:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"3fc23ef8-ce9a-43ef-a358-6da341adc62c","html_url":"https://github.com/dynamo63/django_allauth","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dynamo63/django_allauth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dynamo63%2Fdjango_allauth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dynamo63%2Fdjango_allauth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dynamo63%2Fdjango_allauth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dynamo63%2Fdjango_allauth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dynamo63","download_url":"https://codeload.github.com/dynamo63/django_allauth/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dynamo63%2Fdjango_allauth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274112662,"owners_count":25224328,"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","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-01-03T01:03:02.634Z","updated_at":"2025-09-07T23:40:36.729Z","avatar_url":"https://github.com/dynamo63.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# django_allauth\n\nvirtualenv -p python3 env\npip install django\npip install django-allauth\n\ndjango-admin startproject project\npython manage.py migrate\npython manage.py runserver\n\n# (env)project/settings.py\nAdd the django-allauth at settings.py\n\nINSTALLED_APPS = [\n\t...\n\t'django.contrib.sites',\n\t'allauth',\n\t'allauth.account',\n        'allauth.socialaccount',\n        'allauth.socialaccount.providers.github',\n]\n\n\nAUTHENTICATION_BACKENDS = (\n        \"django.contrib.auth.backends.ModelBackend\",\n        \"allauth.account.auth_backends.AuthenticationBackend\",\n        )\n\nSITE_ID = 1\n\nLOGIN_REDIRECT_URL = 'home'\n\n# (env)project/urls.py\n....\n\tpath('accounts/', include('allauth.urls')),\n...\n\npython manage.py migrate\n\nRemplir le formulaire https://github.com/settings/applications/new \t\n\nPlus d'info sur https://wsvincent.com/django-allauth-tutorial/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdynamo63%2Fdjango_allauth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdynamo63%2Fdjango_allauth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdynamo63%2Fdjango_allauth/lists"}