diff options
| author | Joseph Kocherhans <joseph@jkocherhans.com> | 2007-12-03 17:37:33 +0000 |
|---|---|---|
| committer | Joseph Kocherhans <joseph@jkocherhans.com> | 2007-12-03 17:37:33 +0000 |
| commit | c68f751f8c376a1dbcb51760e3b475392af7adba (patch) | |
| tree | 06b672fe11a885e346c4a1b7c0594e2bbc93c34b /docs/databases.txt | |
| parent | 22aa9db4a22d848011775af7007d3c1f8772e056 (diff) | |
newforms-admin: Merged changes from trunk up to [6863].
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@6864 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/databases.txt')
| -rw-r--r-- | docs/databases.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/databases.txt b/docs/databases.txt index d4853f75f8..5ee6aa4304 100644 --- a/docs/databases.txt +++ b/docs/databases.txt @@ -258,6 +258,12 @@ many-to-many table would be stored in the ``indexes`` tablespace. The ``data`` field would also generate an index, but no tablespace for it is specified, so it would be stored in the model tablespace ``tables`` by default. +The settings.py file supports two additional options to specify +default values for the db_tablespace options. This is useful for +setting a tablespace for the Django internal apps and other +contributed applications. These options are ``DEFAULT_TABLESPACE`` +and ``DEFAULT_INDEX_TABLESPACE``. + Django does not create the tablespaces for you. Please refer to `Oracle's documentation`_ for details on creating and managing tablespaces. |
