mirror of
https://github.com/django/django.git
synced 2025-06-05 11:39:13 +00:00
Fixed indenting in "Serving files in development" code example
This commit is contained in:
parent
ecbdedfc69
commit
8fb3a2877b
@ -35,7 +35,7 @@ built-in handling for user-uploaded files, but you can have Django serve your
|
|||||||
url(r'^media/(?P<path>.*)$', serve, {
|
url(r'^media/(?P<path>.*)$', serve, {
|
||||||
'document_root': settings.MEDIA_ROOT,
|
'document_root': settings.MEDIA_ROOT,
|
||||||
}),
|
}),
|
||||||
]
|
]
|
||||||
|
|
||||||
Note, the snippet assumes your :setting:`MEDIA_URL` has a value of
|
Note, the snippet assumes your :setting:`MEDIA_URL` has a value of
|
||||||
``'/media/'``. This will call the :func:`~django.views.static.serve` view,
|
``'/media/'``. This will call the :func:`~django.views.static.serve` view,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user