Skip to content

Commit f0eee37

Browse files
blighjSaptakS
authored andcommitted
Update storages paragraph of ecosystem page
1 parent c7591d8 commit f0eee37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

djangoproject/templates/aggregator/ecosystem.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,12 +192,12 @@ <h2>More Information</h2>
192192
<h3 id="django-storages">django-storages</h3>
193193

194194
<p>
195-
This package is perfect when deploying Django in situations that do include a shared filesystem. For either uploaded files from
196-
users and/or you static media if is often necessary to store files using "object storage" such as Amazon S3.
195+
This package is perfect when deploying Django in situations that do not include a shared filesystem. For either uploaded files from
196+
users and/or your static media, it is often necessary to store files using "object storage" such as Amazon S3.
197197
</p>
198198

199199
<p>
200-
Keep in mind there are many S3 compatible object storage systems. Most cloud providers you may have an option and if not you can run your own MinIO instance.
200+
Keep in mind there are many S3 compatible object storage systems. Most cloud providers have an option, and if not, you can run your own MinIO instance.
201201
Get more information which options are supported <a href="https://django-storages.readthedocs.io/en/latest/">in the django-storages docs</a>.
202202
</p>
203203
{% endblock %}

0 commit comments

Comments
 (0)