Skip to content

Commit

Permalink
doc is now up-to-date
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobord committed May 18, 2012
1 parent 57cb790 commit d839c99
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,20 @@ tracker build on top of the automatic Django admin.
Installation
============

Not ready yet. At the moment,
Simply use pip::

$ pip install issuetracker

Or you may want to use the github latest source, out of::

https://github.com/brunobord/django-mini-issue-tracker

Anyway, you can use the application by:

* Copy this source code and make it available through your PYTHONPATH.
* Add the ``issuetracker`` application in your ``INSTALLED_APPS``
* use ``syncdb`` to create the issue table in your database

If you're already using the automagic Django admin, there you are. You can start
adding your issues, sort them, filter them by priority, etc.

Done!

0 comments on commit d839c99

Please sign in to comment.