Merge pull request #12 from riquito/patch-1

Fixed typo in README.rst
This commit is contained in:
Jannis Leidel 2013-04-16 23:38:45 -07:00
commit 96f0bf887a
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ Django app
To test a reusable Django app it's recommended to add a ``test_settings.py``
file to your app package to easily run the app tests with the ``test``
management command. Simply set the ``TEST_RUNNER`` setting to
``'discover_runner.DiscoverRunner'``, configure the other settings neccesary
``'discover_runner.DiscoverRunner'``, configure the other settings necessary
to run your tests and call the ``test`` management command with the name of
the app package, e.g.::