Skip to content

Commit

Permalink
optics
Browse files Browse the repository at this point in the history
  • Loading branch information
benzkji committed Nov 6, 2017
1 parent 9828c80 commit 48bd96c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
9 changes: 8 additions & 1 deletion PYPI.rst
Original file line number Diff line number Diff line change
@@ -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
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 48bd96c

Please sign in to comment.