# Django Admin Data Views
[![Coverage Status][coverage-badge]][coverage]
[![GitHub Workflow Status][status-badge]][status]
[![PyPI][pypi-badge]][pypi]
[![GitHub][licence-badge]][licence]
[![GitHub Last Commit][repo-badge]][repo]
[![GitHub Issues][issues-badge]][issues]
[![Downloads][downloads-badge]][pypi]
[![Python Version][version-badge]][pypi]
[![Django Version][django-badge]][pypi]
```shell
pip install django-admin-data-views
```
---
**Documentation**: [https://mrthearman.github.io/django-admin-data-views/](https://mrthearman.github.io/django-admin-data-views/)
**Source Code**: [https://github.com/MrThearMan/django-admin-data-views/](https://github.com/MrThearMan/django-admin-data-views/)
**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)
---
Django Admin Data Views enables you to easily add non-model data to the django admin panel.
Data from an API or file can be shown in similar table and item views than regular models.
![Example](https://github.com/MrThearMan/django-admin-data-views/raw/main/docs/img/example.png?raw=true)
[coverage-badge]: https://coveralls.io/repos/github/MrThearMan/django-admin-data-views/badge.svg?branch=main
[status-badge]: https://img.shields.io/github/actions/workflow/status/MrThearMan/django-admin-data-views/test.yml?branch=main
[pypi-badge]: https://img.shields.io/pypi/v/django-admin-data-views
[licence-badge]: https://img.shields.io/github/license/MrThearMan/django-admin-data-views
[repo-badge]: https://img.shields.io/github/last-commit/MrThearMan/django-admin-data-views
[issues-badge]: https://img.shields.io/github/issues-raw/MrThearMan/django-admin-data-views
[version-badge]: https://img.shields.io/pypi/pyversions/django-admin-data-views
[downloads-badge]: https://img.shields.io/pypi/dm/django-admin-data-views
[django-badge]: https://img.shields.io/pypi/djversions/django-admin-data-views
[coverage]: https://coveralls.io/github/MrThearMan/django-admin-data-views?branch=main
[status]: https://github.com/MrThearMan/django-admin-data-views/actions/workflows/test.yml
[pypi]: https://pypi.org/project/django-admin-data-views
[licence]: https://github.com/MrThearMan/django-admin-data-views/blob/main/LICENSE
[repo]: https://github.com/MrThearMan/django-admin-data-views/commits/main
[issues]: https://github.com/MrThearMan/django-admin-data-views/issues
Raw data
{
"_id": null,
"home_page": "https://github.com/MrThearMan/django-admin-data-views",
"name": "django-admin-data-views",
"maintainer": null,
"docs_url": null,
"requires_python": "<4,>=3.10",
"maintainer_email": null,
"keywords": "django, admin, panel, custom, views, data",
"author": "Matti Lamppu",
"author_email": "lamppu.matti.akseli@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/2e/3f/2377a4088c0bf7ce677bb0a526cbf898a11e5528941d7cda303efef3bd73/django_admin_data_views-0.4.3.tar.gz",
"platform": null,
"description": "# 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",
"bugtrack_url": null,
"license": "MIT",
"summary": "Add custom data views to django admin panel.",
"version": "0.4.3",
"project_urls": {
"Bug Tracker": "https://github.com/MrThearMan/django-admin-data-views/issues",
"Homepage": "https://github.com/MrThearMan/django-admin-data-views",
"Repository": "https://github.com/MrThearMan/django-admin-data-views"
},
"split_keywords": [
"django",
" admin",
" panel",
" custom",
" views",
" data"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e74ac441cc177beb536c80747eaffa13ea14214cb7a5b67f5ae7bbec6948ba72",
"md5": "09ef817bb3d436da6fb3ab9241b7955f",
"sha256": "661b4d58161d283eee1d131013db3e83a499084724f48fd0cd5bd9315b768e38"
},
"downloads": -1,
"filename": "django_admin_data_views-0.4.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "09ef817bb3d436da6fb3ab9241b7955f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4,>=3.10",
"size": 15398,
"upload_time": "2024-11-24T14:17:58",
"upload_time_iso_8601": "2024-11-24T14:17:58.765896Z",
"url": "https://files.pythonhosted.org/packages/e7/4a/c441cc177beb536c80747eaffa13ea14214cb7a5b67f5ae7bbec6948ba72/django_admin_data_views-0.4.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2e3f2377a4088c0bf7ce677bb0a526cbf898a11e5528941d7cda303efef3bd73",
"md5": "9d004e01a6deb9c1631c546a8260e585",
"sha256": "bd287a5d874febd8b544f83b47d0846fbf7b3e00a7f6633912630053c7ae4298"
},
"downloads": -1,
"filename": "django_admin_data_views-0.4.3.tar.gz",
"has_sig": false,
"md5_digest": "9d004e01a6deb9c1631c546a8260e585",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4,>=3.10",
"size": 12519,
"upload_time": "2024-11-24T14:18:00",
"upload_time_iso_8601": "2024-11-24T14:18:00.406036Z",
"url": "https://files.pythonhosted.org/packages/2e/3f/2377a4088c0bf7ce677bb0a526cbf898a11e5528941d7cda303efef3bd73/django_admin_data_views-0.4.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-24 14:18:00",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "MrThearMan",
"github_project": "django-admin-data-views",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "django-admin-data-views"
}