| 399 | | info -- the ``DATABASE_ENGINE``, ``DATABASE_USER`` and ``DATABASE_PASSWORD``. |
|---|
| 400 | | You will also need a ``ROOT_URLCONF`` setting (its value is ignored; it just |
|---|
| 401 | | needs to be present) and a ``SITE_ID`` setting (any integer value will do) in |
|---|
| 402 | | order for all the tests to pass. |
|---|
| | 399 | info -- the ``DATABASE_NAME`` (required, but will be ignored), |
|---|
| | 400 | ``DATABASE_ENGINE``, ``DATABASE_USER`` and ``DATABASE_PASSWORD`` settings. You |
|---|
| | 401 | will also need a ``ROOT_URLCONF`` setting (its value is ignored; it just needs |
|---|
| | 402 | to be present) and a ``SITE_ID`` setting (any integer value will do) in order |
|---|
| | 403 | for all the tests to pass. |
|---|