diff --git a/PYPI.rst b/PYPI.rst index 5f1ba23..e1d45c0 100644 --- a/PYPI.rst +++ b/PYPI.rst @@ -1,4 +1,11 @@ django-separate-users --------------------- -https://github.com/bnzk/django-separate-users +.. image:: https://travis-ci.org/bnzk/django-separate-users.svg + :target: https://travis-ci.org/bnzk/django-separate-users/ +.. image:: https://img.shields.io/pypi/v/django-separate-users.svg + :target: https://pypi.python.org/pypi/django-separate-users/ +.. image:: https://img.shields.io/pypi/l/django-separate-users.svg + :target: https://pypi.python.org/pypi/django-separate-users/ + +Development and Docs on https://github.com/bnzk/django-separate-users diff --git a/README.md b/README.md index 452a3c6..e67c6c7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # django-separate-users +[![Build Status](https://travis-ci.org/bnzk/django-separate-users.svg "Build Status")](https://travis-ci.org/bnzk/django-separate-users/) +[![PyPi Version](https://img.shields.io/pypi/v/django-separate-users.svg "PyPi Version")](https://pypi.python.org/pypi/django-separate-users/) +[![Licence](https://img.shields.io/pypi/l/django-separate-users.svg "Licence")](https://pypi.python.org/pypi/django-separate-users/) + Separate staff and non staff users with two proxy models (FrontendUser and Editor). Nothing fancy, but as I ended up doing this again and again, this is a simple plug and forget solution, that I'll probably use in many projects from now on.