diff --git a/README.md b/README.md index 5566b62..c923236 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ [![PyPI python versions](https://img.shields.io/pypi/pyversions/drf-excel.svg)](https://pypi.python.org/pypi/drf-excel/) [![PyPI django versions](https://img.shields.io/pypi/djversions/drf-excel.svg)](https://pypi.org/project/drf-excel/) [![PyPI status](https://img.shields.io/pypi/status/drf-excel.svg)](https://pypi.python.org/pypi/drf-excel) -[![CI](https://github.com/wharton/drf-excel/actions/workflows/test.yml/badge.svg)](https://github.com/wharton/drf-excel/actions/workflows/test.yml) -[![codecov](https://codecov.io/gh/wharton/drf-excel/graph/badge.svg?token=EETTI9XRNO)](https://codecov.io/gh/wharton/drf-excel) +[![CI](https://github.com/django-commons/drf-excel/actions/workflows/test.yml/badge.svg)](https://github.com/django-commons/drf-excel/actions/workflows/test.yml) +[![codecov](https://codecov.io/gh/django-commons/drf-excel/graph/badge.svg?token=EETTI9XRNO)](https://codecov.io/gh/django-commons/drf-excel) `drf-excel` provides an Excel spreadsheet (xlsx) renderer for Django REST Framework. It uses OpenPyXL to create the spreadsheet and provide the file to the end user. @@ -297,7 +297,7 @@ def custom_value_formatter(val): results: [ { title: 'XLSX renderer', - url: 'https://github.com/wharton/drf-excel' + url: 'https://github.com/django-commons/drf-excel' returned_dict: { val1: { title: 'Sometimes' @@ -338,8 +338,8 @@ xlsx_custom_mappings = { ## Release Notes and Contributors -* [Release notes](https://github.com/wharton/drf-excel/releases) -* [Our wonderful contributors](https://github.com/wharton/drf-excel/graphs/contributors) +* [Release notes](https://github.com/django-commons/drf-excel/releases) +* [Our wonderful contributors](https://github.com/django-commons/drf-excel/graphs/contributors) ## Maintainers diff --git a/pyproject.toml b/pyproject.toml index c6cac2f..f3ea07a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,9 +43,9 @@ dev = [ ] [project.urls] -"Homepage" = "https://github.com/wharton/drf-excel/" -"Repository" = "https://github.com/wharton/drf-excel/" -"Documentation" = "https://github.com/wharton/drf-excel/" +"Homepage" = "https://github.com/django-commons/drf-excel/" +"Repository" = "https://github.com/django-commons/drf-excel/" +"Documentation" = "https://github.com/django-commons/drf-excel/" [build-system] requires = ["setuptools>=67", "setuptools_scm>=7", "wheel"]