From d65aa3c3c146b12548a54c894060bce9a8715ad2 Mon Sep 17 00:00:00 2001 From: Jonas Genannt Date: Sun, 15 Nov 2015 22:26:06 +0100 Subject: Imported Upstream version 0.4 --- README.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.rst (limited to 'README.rst') 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 -- cgit v1.2.3