aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAymeric Augustin2013-11-01 18:28:22 +0100
committerAymeric Augustin2013-11-01 18:28:22 +0100
commit93bf27ee9351737de7bc957faaeb1011f18ac3c6 (patch)
treecd8d289676c08ab88598e74db9e6fb2160ff01b0
parent50b13fb575dc79d849d1d79cb5619cce52b42f9d (diff)
downloaddjango-debug-toolbar-93bf27ee9351737de7bc957faaeb1011f18ac3c6.tar.bz2
Document `make example`.
-rw-r--r--docs/contributing.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst
index 56c8c09..3151bcd 100644
--- a/docs/contributing.rst
+++ b/docs/contributing.rst
@@ -22,11 +22,16 @@ the libraries required for working on the Debug Toolbar::
.. _virtualenv: http://www.virtualenv.org/
+You can run now run the example application::
+
+ $ make example
+
Tests
-----
Once you've set up a development environment as explained above, you can run
-the test suite::
+the test suite for the versions of Django and Python installed in that
+environment::
$ make test