{"id":16443187,"url":"https://github.com/vmesel/django-magicadmin","last_synced_at":"2026-06-11T04:31:14.236Z","repository":{"id":87319332,"uuid":"546212888","full_name":"vmesel/django-magicadmin","owner":"vmesel","description":"Django Magic Admin is an external app that allows you to use Magic Links on your application, making easier to login","archived":false,"fork":false,"pushed_at":"2022-10-27T19:55:34.000Z","size":25,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-08T18:33:05.998Z","etag":null,"topics":["django-app","hacktoberfest","hacktoberfest-accepted","hacktoberfest-accepted2022","magic-link","magic-login"],"latest_commit_sha":null,"homepage":"","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/vmesel.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":"2022-10-05T18:12:28.000Z","updated_at":"2023-07-14T19:20:44.000Z","dependencies_parsed_at":"2023-03-11T19:46:03.312Z","dependency_job_id":null,"html_url":"https://github.com/vmesel/django-magicadmin","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/vmesel%2Fdjango-magicadmin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmesel%2Fdjango-magicadmin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmesel%2Fdjango-magicadmin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmesel%2Fdjango-magicadmin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vmesel","download_url":"https://codeload.github.com/vmesel/django-magicadmin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240795003,"owners_count":19858725,"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":["django-app","hacktoberfest","hacktoberfest-accepted","hacktoberfest-accepted2022","magic-link","magic-login"],"created_at":"2024-10-11T09:19:40.481Z","updated_at":"2026-06-11T04:31:14.198Z","avatar_url":"https://github.com/vmesel.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django Magic Admin\n\nThis is a plugin to facilitate django-admin login through magic links.\n\n## Requirements\n\n - Django 4.X or higher\n - An E-mail service provider such as SMTP, Sendgrid or others configured on settings.py\n\n## Installation\n\n - `pip install django-django_magicadmin` on your system\n - Add the following URL and include it in your main `urls.py`\n\n```\npath(\"\", include(\"django_magicadmin.urls\")),\n```\n - Add the app to your INSTALLED_APPS\n```\nINSTALLED_APPS = [\n    \"django_magicadmin\",\n    ...\n]\n```\n - If you want custom settings about Sender address, Domain, etc, use the following fields and add them to your settings.py:\n\n```\nMAGICADMIN_DEFAULT_EXPIRATION = 10800 # default\nMAGICADMIN_DEFAULT_MAGIC_LINK_SUBJECT = \"Here is your magic link to login!\" # default\nMAGICADMIN_CURRENT_WEBSITE = localhost\nMAGICADMIN_DEFAULT_SENDER_EMAIL = magiclink@localhost\n```\n\n### Pro tips:\n\nHere are some tips that will enable a better experience for you\n\n#### Pro tip #1:\nIf you want to develop using the magic link functionality, I recommend you\nthe Django Terminal E-mail Backend, which enables you to see all of the messages sent through the system.\n\nJust add this one-liner to your settings.py:\n\n```\nEMAIL_BACKEND = \"django.core.mail.backends.console.EmailBackend\"\n```\n\n\n#### Pro tip #2:\nTo override with custom e-mail templates, override the files: `emails/magiclogin.html` and `emails/magiclogin.txt`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvmesel%2Fdjango-magicadmin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvmesel%2Fdjango-magicadmin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvmesel%2Fdjango-magicadmin/lists"}