Skip to content

Commit

Permalink
Added some badges to 'README.md'; repaired link in 'index.rst'
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkuhhaut committed Jul 7, 2021
1 parent d01808d commit 7655842
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
@@ -1,5 +1,12 @@
# django-gsheets-import

<!-- Badges -->
[![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.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -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 <https://github.com/jazzband/tablib>`_.
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 by ``django-gsheets-import``, but planned for a future release.


Expand Down

0 comments on commit 7655842

Please sign in to comment.