Skip to content

Commit 94b80fb

Browse files
committed
Add license and PyPi badges to project
1 parent 1df0f7e commit 94b80fb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ django-postgres-extra
77
.. image:: https://scrutinizer-ci.com/g/SectorLabs/django-postgres-extra/badges/coverage.png
88
:target: https://scrutinizer-ci.com/g/SectorLabs/django-postgres-extra/
99

10+
.. image:: https://img.shields.io/:license-mit-blue.svg
11+
:target: http://doge.mit-license.org
12+
13+
.. image:: https://badge.fury.io/py/django-postgres-extra.svg
14+
:target: https://pypi.python.org/pypi/django-postgres-extra
15+
1016
``django-postgres-extra`` aims to make all of PostgreSQL's awesome features available through the Django ORM. We do this by taking care of all the hassle. As opposed to the many small packages that are available to try to bring a single feature to Django with minimal effort. ``django-postgres-extra`` goes the extra mile, with well tested implementations, seamless migrations and much more.
1117

1218
With seamless we mean that any features we add will work truly seamlessly. You should not have to manually modify your migrations to work with fields and objects provided by this package.

0 commit comments

Comments
 (0)