mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
[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:
parent
3d4f5f6086
commit
04adb7626b
4 changed files with 587 additions and 1 deletions
|
@ -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
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue