Changeset 5664
- Timestamp:
- 07/12/07 07:48:27 (1 year ago)
- Files:
-
- django/trunk/docs/contributing.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/contributing.txt
r5609 r5664 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
