Commit 7058b595 authored by Tim Graham's avatar Tim Graham
Browse files

Fixed #16779 - Added a contributing tutorial

Thank-you Taavi Taijala for the draft patch!
parent e0363c68
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -47,7 +47,8 @@ Are you new to Django or to programming? This is the place to start!
  :doc:`Part 4 <intro/tutorial04>`

* **Advanced Tutorials:**
  :doc:`How to write reusable apps <intro/reusable-apps>`
  :doc:`How to write reusable apps <intro/reusable-apps>` |
  :doc:`Writing your first patch for Django <intro/contributing>`

The model layer
===============
+4 −0
Original line number Diff line number Diff line
@@ -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
~~~~~~~~~~~~~~~~~~~~~

+580 −0

File added.

Preview size limit exceeded, changes collapsed.

+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@ place: read this material to quickly get up and running.
   tutorial04
   reusable-apps
   whatsnext
   contributing

.. seealso::