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_ENGINE``, ``DATABASE_NAME``, ``DATABASE_USER`` and |
| 400 | ``DATABASE_PASSWORD``. You will also need a ``ROOT_URLCONF`` setting (its value |
| 401 | is ignored; it just needs to be present) and a ``SITE_ID`` setting (any integer |
| 402 | value will do) in order for all the tests to pass. |