質問編集履歴

1

backends.pyを追記しました。

2020/03/15 11:04

投稿

grimro92
grimro92

スコア15

test CHANGED
File without changes
test CHANGED
@@ -322,6 +322,24 @@
322
322
 
323
323
 
324
324
 
325
+ ### backends.py(2020/03/15追記)
326
+
327
+ ```
328
+
329
+ from storages.backends.s3boto3 import S3Boto3Storage
330
+
331
+
332
+
333
+ class MediaStorage(S3Boto3Storage):
334
+
335
+ location = 'media'
336
+
337
+ file_overwrite = False
338
+
339
+ ```
340
+
341
+
342
+
325
343
  ### 補足情報(FW/ツールのバージョンなど)
326
344
 
327
345
  python 3.8.0