diff options
| author | Georg Bauer <gb@hugo.westfalen.de> | 2005-11-03 21:29:48 +0000 |
|---|---|---|
| committer | Georg Bauer <gb@hugo.westfalen.de> | 2005-11-03 21:29:48 +0000 |
| commit | e27211a0deae2f1d402537f0ebb64ad4ccf6a4da (patch) | |
| tree | 73ba55f337e0d5c6e4ed39474ab6132879cc3947 /docs/legacy_databases.txt | |
| parent | 9e724c25236b1e00a36a146e66b5deaa43d2af96 (diff) | |
| parent | cb45fd0ae20597306cd1f877efc99d9bd7cbee98 (diff) | |
i18n: merged to [1054] of trunkarchive/attic/i18n
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1067 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/legacy_databases.txt')
| -rw-r--r-- | docs/legacy_databases.txt | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/docs/legacy_databases.txt b/docs/legacy_databases.txt index e08580504c..beddc74134 100644 --- a/docs/legacy_databases.txt +++ b/docs/legacy_databases.txt @@ -16,17 +16,22 @@ Give Django your database parameters You'll need to tell Django what your database connection parameters are, and what the name of the database is. Do that by editing these settings in your -settings file: +`settings file`_: - * ``DATABASE_ENGINE`` - * ``DATABASE_USER`` - * ``DATABASE_PASSWORD`` - * ``DATABASE_NAME`` - * ``DATABASE_HOST`` + * `DATABASE_ENGINE`_ + * `DATABASE_USER`_ + * `DATABASE_PASSWORD`_ + * `DATABASE_NAME`_ + * `DATABASE_HOST`_ + * `DATABASE_PORT`_ -For more information on these settings see `Tutorial 1`_. - -.. _Tutorial 1: http://www.djangoproject.com/documentation/tutorial1/ +.. _settings file: http://www.djangoproject.com/documentation/settings/ +.. _DATABASE_ENGINE: http://www.djangoproject.com/documentation/settings/#database-engine +.. _DATABASE_USER: http://www.djangoproject.com/documentation/settings/#database-user +.. _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 ======================== @@ -72,7 +77,6 @@ following names: * ``auth_groups`` * ``auth_users`` * ``auth_messages`` - * ``auth_admin_log`` * ``auth_groups_permissions`` * ``auth_users_groups`` * ``auth_users_user_permissions`` |
