Django

Code

Changeset 1054

Show
Ignore:
Timestamp:
11/02/05 16:28:08 (3 years ago)
Author:
adrian
Message:

Added DATABASE_PORT to docs/legacy_databases.txt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/legacy_databases.txt

    r1053 r1054  
    2424    * `DATABASE_NAME`_ 
    2525    * `DATABASE_HOST`_ 
     26    * `DATABASE_PORT`_ 
    2627 
    2728.. _settings file: http://www.djangoproject.com/documentation/settings/ 
     
    3132.. _DATABASE_NAME: http://www.djangoproject.com/documentation/settings/#database-name 
    3233.. _DATABASE_HOST: http://www.djangoproject.com/documentation/settings/#database-host 
     34.. _DATABASE_PORT: http://www.djangoproject.com/documentation/settings/#database-port 
    3335 
    3436Auto-generate the models