aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJonas Genannt <genannt@debian.org>2015-11-15 22:26:06 +0100
committerJonas Genannt <genannt@debian.org>2015-11-15 22:26:06 +0100
commitd65aa3c3c146b12548a54c894060bce9a8715ad2 (patch)
tree293607c424ec0b1d41e2aefaf26989a7adbd3e04 /README.rst
parent29425a36c920e9b54e5860429ef3e3ce639fb155 (diff)
downloadpython-django-tagging-d65aa3c3c146b12548a54c894060bce9a8715ad2.tar
python-django-tagging-d65aa3c3c146b12548a54c894060bce9a8715ad2.tar.gz
Imported Upstream version 0.4upstream/0.4
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..8a89c2f
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,20 @@
+==============
+Django Tagging
+==============
+
+|travis-develop| |coverage-develop|
+
+This is a generic tagging application for Django projects
+
+http://django-tagging.readthedocs.org/
+
+Note that this application requires Python 2.7 or later, and Django
+1.7 or later. You can obtain Python from http://www.python.org/ and
+Django from http://www.djangoproject.com/.
+
+.. |travis-develop| image:: https://travis-ci.org/Fantomas42/django-tagging.png?branch=develop
+ :alt: Build Status - develop branch
+ :target: http://travis-ci.org/Fantomas42/django-tagging
+.. |coverage-develop| image:: https://coveralls.io/repos/Fantomas42/django-tagging/badge.png?branch=develop
+ :alt: Coverage of the code
+ :target: https://coveralls.io/r/Fantomas42/django-tagging