Ticket #4745: contributing.diff
File contributing.diff, 830 bytes (added by , 17 years ago) |
---|
-
django_src/docs/contributing.txt
532 532 info -- the ``DATABASE_NAME`` (required, but will be ignored), 533 533 ``DATABASE_ENGINE``, ``DATABASE_USER`` and ``DATABASE_PASSWORD`` settings. You 534 534 will 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 order536 for all the tests to pass.535 to be present) and a ``SITE_ID`` setting (any non-zero integer value will do) 536 in order for all the tests to pass. 537 537 538 538 The unit tests will not touch your existing databases; they create a new 539 539 database, called ``django_test_db``, which is deleted when the tests are