Skip to content

Commit

Permalink
Add docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
kindlycat committed May 13, 2018
1 parent c751eac commit e17786d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ Django request vars
: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://readthedocs.org/projects/django-request-vars/badge/?version=latest
:target: http://django-request-vars.readthedocs.io/en/latest/?badge=latest
.. 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
Expand All @@ -18,6 +18,8 @@ Django request vars
Application that stores current request, user and your defined data in thread
local variable.

Full documentation on `read the docs`_.

Installation
------------
Install using pip:
Expand Down Expand Up @@ -46,3 +48,5 @@ Add middleware:
...
]
.. _`read the docs`: https://django-request-vars.readthedocs.io/en/master/

0 comments on commit e17786d

Please sign in to comment.