diff --git a/docs/files.txt b/docs/files.txt index 9a8326806f..ffd108ca4b 100644 --- a/docs/files.txt +++ b/docs/files.txt @@ -226,7 +226,7 @@ For example, the following code will store uploaded files under from django.db import models from django.core.files.storage import FileSystemStorage - fs = FileSystemStorage(base_url='/media/photos') + fs = FileSystemStorage(location='/media/photos') class Car(models.Model): ...