Django

Code

Ticket #4745: contributing.diff

File contributing.diff, 0.8 kB (added by Simon G. <dev@simon.net.nz>, 1 year ago)
  • django_src/docs/contributing.txt

    old new  
    532532info -- the ``DATABASE_NAME`` (required, but will be ignored), 
    533533``DATABASE_ENGINE``, ``DATABASE_USER`` and ``DATABASE_PASSWORD`` settings. You 
    534534will also need a ``ROOT_URLCONF`` setting (its value is ignored; it just needs 
    535 to be present) and a ``SITE_ID`` setting (any integer value will do) in order 
    536 for all the tests to pass. 
     535to be present) and a ``SITE_ID`` setting (any non-zero integer value will do) 
     536in order for all the tests to pass. 
    537537 
    538538The unit tests will not touch your existing databases; they create a new 
    539539database, called ``django_test_db``, which is deleted when the tests are