Changeset 887
- Timestamp:
- 10/16/05 14:42:16 (3 years ago)
- Files:
-
- django/trunk/docs/model-api.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/model-api.txt
r847 r887 253 253 steps: 254 254 255 1. In your settings file, you'll need to define ``MEDIA_ROOT`` as the255 1. In your settings file, you'll need to define ``MEDIA_ROOT`` as the 256 256 full path to a directory where you'd like Django to store uploaded 257 257 files. (For performance, these files are not stored in the database.)
