Loading docs/ref/settings.txt +16 −2 Original line number Diff line number Diff line Loading @@ -665,8 +665,22 @@ TEST Default: ``{}`` A dictionary of settings for test databases; for more details about the creation and use of test databases, see :ref:`the-test-database`. The following entries are available: creation and use of test databases, see :ref:`the-test-database`. Here's an example with a test database configuration:: DATABASES = { 'default': { 'ENGINE': 'django.db.backends.postgresql', 'USER': 'mydatabaseuser', 'NAME': 'mydatabase', 'TEST': { 'NAME': 'mytestdatabase', }, }, } The following keys in the ``TEST`` dictionary are available: .. setting:: TEST_CHARSET Loading Loading
docs/ref/settings.txt +16 −2 Original line number Diff line number Diff line Loading @@ -665,8 +665,22 @@ TEST Default: ``{}`` A dictionary of settings for test databases; for more details about the creation and use of test databases, see :ref:`the-test-database`. The following entries are available: creation and use of test databases, see :ref:`the-test-database`. Here's an example with a test database configuration:: DATABASES = { 'default': { 'ENGINE': 'django.db.backends.postgresql', 'USER': 'mydatabaseuser', 'NAME': 'mydatabase', 'TEST': { 'NAME': 'mytestdatabase', }, }, } The following keys in the ``TEST`` dictionary are available: .. setting:: TEST_CHARSET Loading