Skip to content

Commit

Permalink
Corrigo bug de falta de env var COLLECTFAST_STRATEGY
Browse files Browse the repository at this point in the history
atualizadas dependencias
  • Loading branch information
renzon authored and renzon committed Jun 9, 2020
1 parent 2e6437d commit 0a27e48
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 53 deletions.
106 changes: 53 additions & 53 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pypro/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,9 @@
AWS_QUERYSTRING_AUTH = True
AWS_S3_CUSTOM_DOMAIN = None

COLLECTFAST_STRATEGY = "collectfast.strategies.boto3.Boto3Strategy"
COLLECTFAST_ENABLED = True

AWS_DEFAULT_ACL = 'private'

# Static Assets
Expand Down

0 comments on commit 0a27e48

Please sign in to comment.