Django

Code

Changeset 887

Show
Ignore:
Timestamp:
10/16/05 14:42:16 (3 years ago)
Author:
adrian
Message:

Fixed #630 -- Fixed formatting error in docs/model-api.txt. Thanks, ken@kenkinder.com

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/model-api.txt

    r847 r887  
    253253    steps: 
    254254 
    255         1. In your settings file, you'll need to define ``MEDIA_ROOT``as the 
     255        1. In your settings file, you'll need to define ``MEDIA_ROOT`` as the 
    256256           full path to a directory where you'd like Django to store uploaded 
    257257           files. (For performance, these files are not stored in the database.)