Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
changed from MD to RST
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoloureiro committed Sep 13, 2017
1 parent deee789 commit d0674ac
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 31 deletions.
31 changes: 0 additions & 31 deletions README.md

This file was deleted.

44 changes: 44 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
Django Ajax views
=================

|Build Status| |Codacy Badge| |Coverage Status|

Django module to easily use generic views with ajax.

Table of contents: \* `How to install`_; \* `License`_.

How to install
--------------

To install the app run :

.. code:: shell
pip install django-ajax-views
or add it to the list of requirements of your project.

Then add ‘ajax\_views’ to your INSTALLED\_APPS.

.. code:: python
INSTALLED_APPS = [
...
'ajax_views',
]
License
-------

MIT license, see the LICENSE file. You can use obfuscator in open source
projects and commercial products.

.. _How to install: #how-to-install
.. _License: #license

.. |Build Status| image:: https://travis-ci.org/dipcode-software/django-ajax-views.svg?branch=master
:target: https://travis-ci.org/dipcode-software/django-ajax-views
.. |Codacy Badge| image:: https://api.codacy.com/project/badge/Grade/a64f03c2bd344561bc21e05c23aa04fb
:target: https://www.codacy.com/app/srtabs/django-ajax-views?utm_source=github.com&utm_medium=referral&utm_content=dipcode-software/django-ajax-views&utm_campaign=Badge_Grade
.. |Coverage Status| image:: https://coveralls.io/repos/github/dipcode-software/django-ajax-views/badge.svg?branch=master
:target: https://coveralls.io/github/dipcode-software/django-ajax-views?branch=master

0 comments on commit d0674ac

Please sign in to comment.