diff options
| author | David Cramer | 2013-04-29 13:02:54 -0700 |
|---|---|---|
| committer | David Cramer | 2013-04-29 13:02:54 -0700 |
| commit | e75cf6730221cc090a417180f22387c013eac1c0 (patch) | |
| tree | b3a4e76ca42bd422edc13cc06ab50fa703deac83 /README.rst | |
| parent | 81ca23acf140b57d49d412f545ae6668003d4faf (diff) | |
| download | django-debug-toolbar-e75cf6730221cc090a417180f22387c013eac1c0.tar.bz2 | |
Clean up README and add dev link
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -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``. |
