Changeset 6830
- Timestamp:
- 12/02/07 09:17:21 (9 months ago)
- Files:
-
- django/trunk/docs/contributing.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/contributing.txt
r6795 r6830 660 660 661 661 Yes, the unit tests need a settings module, but only for database connection 662 info, with the ``DATABASE_ENGINE`` setting. You will also need a ``ROOT_URLCONF`` 663 setting (its value is ignored; it just needs to be present) and a ``SITE_ID`` 664 setting (any non-zero integer value will do) in order for all the tests to pass. 662 info, with the ``DATABASE_ENGINE`` setting. You'll also need a ``ROOT_URLCONF`` 663 setting (its value is ignored; it just needs to be present). 665 664 666 665 If you're using the ``sqlite3`` database backend, no further settings are
