Skip to content

Commit

Permalink
add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
kindlycat committed May 13, 2018
1 parent 00e7363 commit c751eac
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
Django request vars
===================
.. image:: https://travis-ci.org/kindlycat/django-request-vars.svg?branch=master
:target: https://travis-ci.org/kindlycat/django-request-vars
.. image:: https://coveralls.io/repos/github/kindlycat/django-request-vars/badge.svg?branch=master
:target: https://coveralls.io/github/kindlycat/django-request-vars?branch=master
.. image:: https://img.shields.io/pypi/v/django-request-vars.svg
:target: https://pypi.org/project/django-request-vars/
.. image:: https://img.shields.io/pypi/status/django-request-vars.svg
:target: https://pypi.org/project/django-request-vars/
.. image:: https://img.shields.io/pypi/pyversions/django-request-vars.svg
:target: https://pypi.org/project/django-request-vars
.. image:: https://img.shields.io/badge/django-%3E%3D1.11-green.svg
:target: https://pypi.org/project/django-request-vars
.. image:: https://img.shields.io/gitter/room/nwjs/nw.js.svg
:target: https://gitter.im/django-request-vars/Lobby

Application that stores current request, user and your defined data in thread
local variable.

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def readme():
classifiers=[
'Development Status :: 4 - Beta',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Framework :: Django :: 1.11',
'Framework :: Django :: 2.0',
Expand Down

0 comments on commit c751eac

Please sign in to comment.