Skip to content

Commit c955d87

Browse files
committed
Standardize badges
1 parent db70e18 commit c955d87

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
[![codecov](https://codecov.io/gh/OmenApps/django-postgresql-dag/branch/master/graph/badge.svg?token=IJRBEE6R0C)](https://codecov.io/gh/OmenApps/django-postgresql-dag) ![PyPI](https://img.shields.io/pypi/v/django-postgresql-dag?color=green) ![last commit](https://badgen.net/github/last-commit/OmenApps/django-postgresql-dag/main) [![Documentation Status](https://readthedocs.org/projects/django-postgresql-dag/badge/?version=latest)](http://django-postgresql-dag.readthedocs.io/) [![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)
2-
31
# Django & Postgresql-based Directed Acyclic Graphs
42

3+
[![PyPI](https://img.shields.io/pypi/v/django-postgresql-dag)](https://pypi.org/project/django-postgresql-dag/)
4+
[![Python versions](https://img.shields.io/pypi/pyversions/django-postgresql-dag)](https://pypi.org/project/django-postgresql-dag/)
5+
[![Django versions](https://img.shields.io/pypi/djversions/django-postgresql-dag)](https://pypi.org/project/django-postgresql-dag/)
6+
[![Documentation](https://readthedocs.org/projects/django-postgresql-dag/badge/?version=latest)](https://django-postgresql-dag.readthedocs.io/en/latest/)
7+
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
8+
59
The main distinguishing factor for this project is that it can retrieve entire sections of a graph with far
610
fewer queries than most other packages. The trade off is portability: it uses Postgres' Common Table
711
Expressions (CTE) to achieve this and is therefore not compatible with other databases.

0 commit comments

Comments
 (0)