From 5a02cdf78f5e5791e202e14c8201c2a7140efa34 Mon Sep 17 00:00:00 2001 From: deepanshudua55 <72145532+deepanshudua55@users.noreply.github.com> Date: Thu, 1 Oct 2020 22:42:17 +0530 Subject: [PATCH] Update README.rst --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index c0cf1da..5763be4 100644 --- a/README.rst +++ b/README.rst @@ -2,8 +2,8 @@ djintegration - Continuous integration reports for python ============================================================================ -Introduction -============== +Introduction of Django +======================= Django continuous integration is a tool for running and displaying tests for the python language. Although python and Django are used, @@ -26,7 +26,7 @@ the necesseray dependencies. It's nececessary that your package list all the needed dependencies in `setup.py`. It's possible that you will have to install some distribution dependencies by hand (like the developement headers for lxml). -Then you can generate a test report for all your repositories +Then you can generate a test report for all of your repositories using the `djintegration.commands.make_test_reports` commands or by using the manage command::