prepare for release 0.1.0

This commit is contained in:
David Jean Louis 2010-02-09 02:21:50 +01:00
parent 5850a8d01b
commit d05ac1e7aa
3 changed files with 16 additions and 14 deletions

View File

@ -1,8 +1,8 @@
Thanks for downloading django-admin-tools.
This application requires Python 2.4 or later and Django 1.1.0 or newer.
Optionally the following dependencies can be installed:
* feedparser:http://www.feedparser.org/
It is also recommended that you install the FeedParser module
(http://www.feedparser.org/) if you want to use the feed dashboard module.
To install django-admin-tools, run the following command inside this directory::

20
README
View File

@ -5,13 +5,17 @@ django-admin-tools
django-admin-tools is a collection of extensions/tools for the default django
administration interface, it includes:
* a full featured and customizable dashboard,
* a customizable menu bar,
* tools to make admin theming easier.
* a full featured and customizable dashboard,
* a customizable menu bar,
* tools to make admin theming easier.
It was originally developed for django-cms, and then extracted to this
pluggable app.
The project code and bugtracker is hosted on
`Bitbucket <http://bitbucket.org/izi/django-admin-tools/>`_.
For installation instructions, see the file "INSTALL" in this directory; for
instructions on how to use this application, and on what it provides, see the
file "quickstart.rst" in the "docs/" directory.
Django-admin-tools is generously documented, you can
`browse the documentation online
<http://izimobil.org/django-admin-tools/docs/>`_,
a good start is to read `the quickstart guide
<http://www.izimobil.org/django-admin-tools/docs/quickstart.html>`_.
Thanks for downloading django-admin-tools.

View File

@ -30,10 +30,8 @@ bitbucket_url = 'http://www.bitbucket.org/izi/django-admin-tools/'
setup(
name='django-admin-tools',
version=VERSION.replace(' ', '-'),
description=('django-admin-tools is a collection of tools for the django '
'administration interface, it includes a full featured and '
'customizable dashboard, a customizable menu bar and tools '
'to make admin ui theming easier.'),
description=('A collection of tools for the django administration '
'interface'),
author='David Jean Louis',
author_email='izimobil@gmail.com',
url=bitbucket_url,