Added note to docs about how to run tests with the new dts_test_project.

This commit is contained in:
Bernardo Pires 2014-12-29 00:14:01 +01:00
parent 5c6d374572
commit 950b66583c
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Tests
==================
Running the tests
-----------------
If you're using South, don't forget to set ``SOUTH_TESTS_MIGRATE = False``.
If you're using South, don't forget to set ``SOUTH_TESTS_MIGRATE = False``. Run these tests from the project ``dts_test_project``, it comes prepacked with the correct settings file and extra apps to enable tests to ensure different apps can exist in ``SHARED_APPS`` and ``TENANT_APPS``.
.. code-block:: bash