mirror of
				https://github.com/django/django.git
				synced 2025-10-29 00:26:07 +00:00 
			
		
		
		
	Changed docs/legacy_databases.txt to link to settings docs
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1052 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		| @@ -16,17 +16,20 @@ Give Django your database parameters | |||||||
|  |  | ||||||
| You'll need to tell Django what your database connection parameters are, and | 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 | what the name of the database is. Do that by editing these settings in your | ||||||
| settings file: | `settings file`_: | ||||||
|  |  | ||||||
|     * ``DATABASE_ENGINE`` |     * `DATABASE_ENGINE`_ | ||||||
|     * ``DATABASE_USER`` |     * `DATABASE_USER`_ | ||||||
|     * ``DATABASE_PASSWORD`` |     * `DATABASE_PASSWORD`_ | ||||||
|     * ``DATABASE_NAME`` |     * `DATABASE_NAME`_ | ||||||
|     * ``DATABASE_HOST`` |     * `DATABASE_HOST`_ | ||||||
|  |  | ||||||
| For more information on these settings see `Tutorial 1`_. | .. _settings file: http://www.djangoproject.com/documentation/settings/ | ||||||
|  | .. _DATABASE_ENGINE: http://www.djangoproject.com/documentation/settings/#database-engine | ||||||
| .. _Tutorial 1: http://www.djangoproject.com/documentation/tutorial1/ | .. _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 | ||||||
|  |  | ||||||
| Auto-generate the models | Auto-generate the models | ||||||
| ======================== | ======================== | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user