You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: djangoproject/templates/aggregator/ecosystem.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -192,12 +192,12 @@ <h2>More Information</h2>
192
192
<h3id="django-storages">django-storages</h3>
193
193
194
194
<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.
197
197
</p>
198
198
199
199
<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.
201
201
Get more information which options are supported <ahref="https://django-storages.readthedocs.io/en/latest/">in the django-storages docs</a>.
0 commit comments