Changeset 6801 for django/trunk/docs/databases.txt
- Timestamp:
- 12/01/07 13:23:49 (1 year ago)
- Files:
-
- django/trunk/docs/databases.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/databases.txt
r6763 r6801 259 259 it would be stored in the model tablespace ``tables`` by default. 260 260 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``. 266 261 267 Django does not create the tablespaces for you. Please refer to `Oracle's 262 268 documentation`_ for details on creating and managing tablespaces.
