1
0
mirror of https://github.com/django/django.git synced 2025-07-04 09:49:12 +00:00

magic-removal: Merged to [2703]

git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2704 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2006-04-15 20:19:40 +00:00
parent 231a6edb7d
commit b5c5e4dde4

View File

@ -286,7 +286,7 @@ Here are all available field types:
The admin represents this as an ``<input type="file">`` (a file-upload widget). The admin represents this as an ``<input type="file">`` (a file-upload widget).
Using a ``FileField` or an ``ImageField`` (see below) in a model takes a few Using a ``FileField`` or an ``ImageField`` (see below) in a model takes a few
steps: steps:
1. In your settings file, you'll need to define ``MEDIA_ROOT`` as the 1. In your settings file, you'll need to define ``MEDIA_ROOT`` as the