aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
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