[1.5.X] Fixed #16779 - Added a contributing tutorial

Thank-you Taavi Taijala for the draft patch!

Backport of 7058b595b6 from master
This commit is contained in:
Tim Graham 2012-10-30 20:09:49 -04:00
parent 3d4f5f6086
commit 04adb7626b
4 changed files with 587 additions and 1 deletions

View file

@ -38,6 +38,8 @@ with this sample ``settings`` module, ``cd`` into the Django
If you get an ``ImportError: No module named django.contrib`` error,
you need to add your install of Django to your ``PYTHONPATH``.
.. _running-unit-tests-settings:
Using another ``settings`` module
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@ -133,6 +135,8 @@ Then, run the tests normally, for example:
./runtests.py --settings=test_sqlite admin_inlines
.. _running-unit-tests-dependencies:
Running all the tests
~~~~~~~~~~~~~~~~~~~~~