mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #16779 - Added a contributing tutorial
Thank-you Taavi Taijala for the draft patch!
This commit is contained in:
parent
e0363c688d
commit
7058b595b6
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