From 93bf27ee9351737de7bc957faaeb1011f18ac3c6 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Fri, 1 Nov 2013 18:28:22 +0100 Subject: Document `make example`. --- docs/contributing.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3