{"id":21222071,"url":"https://github.com/mrthearman/django-admin-data-views","last_synced_at":"2025-07-10T13:33:07.176Z","repository":{"id":57418786,"uuid":"446206156","full_name":"MrThearMan/django-admin-data-views","owner":"MrThearMan","description":"Add custom data views to django admin panel.","archived":false,"fork":false,"pushed_at":"2025-06-30T10:23:41.000Z","size":3554,"stargazers_count":8,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-30T11:29:51.452Z","etag":null,"topics":["admin","djangoadmin","json","python"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/django-admin-data-views/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MrThearMan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2022-01-09T21:24:17.000Z","updated_at":"2025-06-30T10:23:44.000Z","dependencies_parsed_at":"2023-01-30T00:30:52.527Z","dependency_job_id":"5db8feac-1f7e-4636-b0d8-a9fd24bb29c6","html_url":"https://github.com/MrThearMan/django-admin-data-views","commit_stats":{"total_commits":32,"total_committers":2,"mean_commits":16.0,"dds":0.4375,"last_synced_commit":"4653e0fd2364f2b931cac11d8f17f3fef46bfd75"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/MrThearMan/django-admin-data-views","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrThearMan%2Fdjango-admin-data-views","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrThearMan%2Fdjango-admin-data-views/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrThearMan%2Fdjango-admin-data-views/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrThearMan%2Fdjango-admin-data-views/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MrThearMan","download_url":"https://codeload.github.com/MrThearMan/django-admin-data-views/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrThearMan%2Fdjango-admin-data-views/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264585372,"owners_count":23632647,"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":["admin","djangoadmin","json","python"],"created_at":"2024-11-20T22:39:27.595Z","updated_at":"2025-07-10T13:33:06.219Z","avatar_url":"https://github.com/MrThearMan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django Admin Data Views\n\n[![Coverage Status][coverage-badge]][coverage]\n[![GitHub Workflow Status][status-badge]][status]\n[![PyPI][pypi-badge]][pypi]\n[![GitHub][licence-badge]][licence]\n[![GitHub Last Commit][repo-badge]][repo]\n[![GitHub Issues][issues-badge]][issues]\n[![Downloads][downloads-badge]][pypi]\n\n[![Python Version][version-badge]][pypi]\n[![Django Version][django-badge]][pypi]\n\n```shell\npip install django-admin-data-views\n```\n\n---\n\n**Documentation**: [https://mrthearman.github.io/django-admin-data-views/](https://mrthearman.github.io/django-admin-data-views/)\n\n**Source Code**: [https://github.com/MrThearMan/django-admin-data-views/](https://github.com/MrThearMan/django-admin-data-views/)\n\n**Contributing**: [https://github.com/MrThearMan/django-admin-data-views/blob/main/CONTRIBUTING.md](https://github.com/MrThearMan/django-admin-data-views/blob/main/CONTRIBUTING.md)\n\n---\n\nDjango Admin Data Views enables you to easily add non-model data to the django admin panel.\nData from an API or file can be shown in similar table and item views than regular models.\n\n\n![Example](https://github.com/MrThearMan/django-admin-data-views/raw/main/docs/img/example.png?raw=true)\n\n\n[coverage-badge]: https://coveralls.io/repos/github/MrThearMan/django-admin-data-views/badge.svg?branch=main\n[status-badge]: https://img.shields.io/github/actions/workflow/status/MrThearMan/django-admin-data-views/test.yml?branch=main\n[pypi-badge]: https://img.shields.io/pypi/v/django-admin-data-views\n[licence-badge]: https://img.shields.io/github/license/MrThearMan/django-admin-data-views\n[repo-badge]: https://img.shields.io/github/last-commit/MrThearMan/django-admin-data-views\n[issues-badge]: https://img.shields.io/github/issues-raw/MrThearMan/django-admin-data-views\n[version-badge]: https://img.shields.io/pypi/pyversions/django-admin-data-views\n[downloads-badge]: https://img.shields.io/pypi/dm/django-admin-data-views\n[django-badge]: https://img.shields.io/pypi/djversions/django-admin-data-views\n\n[coverage]: https://coveralls.io/github/MrThearMan/django-admin-data-views?branch=main\n[status]: https://github.com/MrThearMan/django-admin-data-views/actions/workflows/test.yml\n[pypi]: https://pypi.org/project/django-admin-data-views\n[licence]: https://github.com/MrThearMan/django-admin-data-views/blob/main/LICENSE\n[repo]: https://github.com/MrThearMan/django-admin-data-views/commits/main\n[issues]: https://github.com/MrThearMan/django-admin-data-views/issues\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrthearman%2Fdjango-admin-data-views","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrthearman%2Fdjango-admin-data-views","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrthearman%2Fdjango-admin-data-views/lists"}