Skip to content

Commit

Permalink
Fix/update s3 widget config (#176)
Browse files Browse the repository at this point in the history
* fix: update S3 Widget usage as per new version docs

* fix: update s3 vars
  • Loading branch information
lili2311 authored Sep 26, 2021
1 parent c556bc0 commit bb7b18b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ machine:
AWS_ACCESS_KEY_ID: test
AWS_SECRET_ACCESS_KEY: test
AWS_STORAGE_BUCKET_NAME: test
AWS_S3_REGION_NAME: test
DATABASE_URL: postgres://ubuntu:@127.0.0.1:5432/circle_test
DEBUG: 0
DJANGO_SETTINGS_MODULE: pimpmycause.settings.testing
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ django-map-widgets==0.3.1
geocoder==1.32.1 # Used for geolocating user
django_storages==1.7 # Hosting all the site images
django-dotenv==1.4.1 # Read env variables from a file for DEV
boto==2.48.0 # Talking to AWS
boto==2.48.0 # Talking to AWS
flake8==3.5.0 # Python linter
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ passenv=
AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY
AWS_STORAGE_BUCKET_NAME
AWS_S3_REGION_NAME
DATABASE_URL
SECRET_KEY

Expand Down

0 comments on commit bb7b18b

Please sign in to comment.