From 7655842dc0faa128d077743e7a82df8c5db115e9 Mon Sep 17 00:00:00 2001 From: Alexander Helmboldt Date: Wed, 7 Jul 2021 12:01:13 +0200 Subject: [PATCH] Added some badges to 'README.md'; repaired link in 'index.rst' --- README.md | 7 +++++++ docs/index.rst | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 66e5414..5ad7b3d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # django-gsheets-import + +[![PyPI](https://img.shields.io/pypi/v/django-gsheets-import)](https://pypi.org/project/django-gsheets-import/) +[![Documentation Status](https://readthedocs.org/projects/django-gsheets-import/badge/?version=latest)](https://django-gsheets-import.readthedocs.io/en/latest/?badge=latest) +![GitHub](https://img.shields.io/github/license/kenkuhhaut/django-gsheets-import) + + + The `django-gsheets-import` package is a Django application to facilitate data import from Google Sheets within Django's admin framework. It extends the great [`django-import-export`](https://github.com/django-import-export/django-import-export) package, which already provides import and export capabilities for all local file formats supported by [`tablib`](https://github.com/jazzband/tablib). Exporting data from Django's admin to Google Sheets is currently not supported but planned for a future release. diff --git a/docs/index.rst b/docs/index.rst index 904c572..e24a7b5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -8,7 +8,7 @@ Django Google Sheets Import =========================== The ``django-gsheets-import`` Python package is a Django application to facilitate data import from Google Sheets within Django's admin framework. -It extends the great `django-import-export <(https://github.com/django-import-export/django-import-export)>`_ package, which already provides import and export capabilities for all local file formats supported by `tablib `_. +It extends the great `django-import-export `_ package, which already provides import and export capabilities for all local file formats supported by `tablib `_. Exporting data from Django's admin to Google Sheets is currently not supported by ``django-gsheets-import``, but planned for a future release.