| 261 | | The settings.py file supports two additional options to specify |
|---|
| 262 | | default values for the db_tablespace options. This is useful for |
|---|
| 263 | | setting a tablespace for the Django internal apps and other |
|---|
| 264 | | contributed applications. These options are ``DEFAULT_TABLESPACE`` |
|---|
| 265 | | and ``DEFAULT_INDEX_TABLESPACE``. |
|---|
| | 261 | **New in the Django development version:** Use the ``DEFAULT_TABLESPACE`` and |
|---|
| | 262 | ``DEFAULT_INDEX_TABLESPACE`` settings to specify default values for the |
|---|
| | 263 | db_tablespace options. These are useful for setting a tablespace for the |
|---|
| | 264 | built-in Django apps and other applications whose code you cannot control. |
|---|