summaryrefslogtreecommitdiff
path: root/docs/legacy_databases.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-11-02 22:28:08 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-11-02 22:28:08 +0000
commitcb45fd0ae20597306cd1f877efc99d9bd7cbee98 (patch)
tree12c84370e273ba235942947933c861e4847014b5 /docs/legacy_databases.txt
parentf29205fc7be8ad1777f3d73f6061a460e8bc07cb (diff)
Added DATABASE_PORT to docs/legacy_databases.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1054 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/legacy_databases.txt')
-rw-r--r--docs/legacy_databases.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/legacy_databases.txt b/docs/legacy_databases.txt
index 96df5a375d..beddc74134 100644
--- a/docs/legacy_databases.txt
+++ b/docs/legacy_databases.txt
@@ -23,6 +23,7 @@ what the name of the database is. Do that by editing these settings in your
* `DATABASE_PASSWORD`_
* `DATABASE_NAME`_
* `DATABASE_HOST`_
+ * `DATABASE_PORT`_
.. _settings file: http://www.djangoproject.com/documentation/settings/
.. _DATABASE_ENGINE: http://www.djangoproject.com/documentation/settings/#database-engine
@@ -30,6 +31,7 @@ what the name of the database is. Do that by editing these settings in your
.. _DATABASE_PASSWORD: http://www.djangoproject.com/documentation/settings/#database-password
.. _DATABASE_NAME: http://www.djangoproject.com/documentation/settings/#database-name
.. _DATABASE_HOST: http://www.djangoproject.com/documentation/settings/#database-host
+.. _DATABASE_PORT: http://www.djangoproject.com/documentation/settings/#database-port
Auto-generate the models
========================