Ticket #4745: contributing.diff

File contributing.diff, 830 bytes (added by Simon G. <dev@…>, 17 years ago)
  • django_src/docs/contributing.txt

     
    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
Back to Top