aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorDavid Cramer2013-04-29 13:02:54 -0700
committerDavid Cramer2013-04-29 13:02:54 -0700
commite75cf6730221cc090a417180f22387c013eac1c0 (patch)
treeb3a4e76ca42bd422edc13cc06ab50fa703deac83 /README.rst
parent81ca23acf140b57d49d412f545ae6668003d4faf (diff)
downloaddjango-debug-toolbar-e75cf6730221cc090a417180f22387c013eac1c0.tar.bz2
Clean up README and add dev link
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst12
1 files changed, 9 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index ed71e07..511f97a 100644
--- a/README.rst
+++ b/README.rst
@@ -229,6 +229,12 @@ adding proper coverage (especially if it has a chance for a regression) in the t
A list of 3rd party panels can be found on the Django Debug Toolbar Github wiki:
https://github.com/django-debug-toolbar/django-debug-toolbar/wiki/3rd-Party-Panels
-TODOs and BUGS
-==============
-See: https://github.com/django-debug-toolbar/django-debug-toolbar/issues
+Resources
+=========
+
+* `Bug Tracker <http://github.com/django-debug-toolbar/django-debug-toolbar/issues>`_
+* `Code <http://github.com/django-debug-toolbar/django-debug-toolbar>`_
+* `Transifex <https://www.transifex.net/projects/p/django-debug-toolbar/>`_ (Help Translate!)
+
+The `in-development version <http://github.com/django-debug-toolbar/django-debug-toolbar/tarball/master#egg=sentry-dev>`_
+of the Debug Toolbar can be installed with ``pip install django-debug-toolbar==dev`` or ``easy_install django-debug-toolbar==dev``.