From 78450d4df53617babc5d8b94a93bf6d3726c7e18 Mon Sep 17 00:00:00 2001 From: Bradley Ayers Date: Fri, 4 Feb 2011 12:37:48 +1000 Subject: [PATCH] Added README, removed komodo project files --- .gitignore | 7 ++++--- README.rst | 11 +++++++++++ django-tables.komodoproject | 10 ---------- 3 files changed, 15 insertions(+), 13 deletions(-) create mode 100644 README.rst delete mode 100644 django-tables.komodoproject diff --git a/.gitignore b/.gitignore index 64390b9..e1f1a7b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.pyc +/*.komodoproject /MANIFEST -dist/ -docs/_build/ -django_tables.egg-info/ +/dist/ +/docs/_build/ +/django_tables.egg-info/ diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..31228a4 --- /dev/null +++ b/README.rst @@ -0,0 +1,11 @@ +=============================================== +django-tables - An app for creating HTML tables +=============================================== + +django-tables simplifies the task of turning sets of datainto HTML tables. It +has native support for pagination and sorting. It does for HTML tables what +``django.forms`` does for HTML forms. + +`Documentation`_ is available on http://readthedocs.org + +.. _: http://readthedocs.org/docs/django-tables/en/latest/ diff --git a/django-tables.komodoproject b/django-tables.komodoproject deleted file mode 100644 index bf27c2a..0000000 --- a/django-tables.komodoproject +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - *.*~;*.bak;*.tmp;CVS;.#*;*.pyo;*.pyc;.svn;*%*;tmp*.html;.DS_Store;.komodotools;*.komodoproject;*.egg-info;.git - - 1 - - -- 2.26.2