Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add profile picture on Contact model #13

Closed
smirolo opened this issue Dec 5, 2018 · 3 comments
Closed

add profile picture on Contact model #13

smirolo opened this issue Dec 5, 2018 · 3 comments

Comments

@smirolo
Copy link
Contributor

smirolo commented Dec 5, 2018

upload them to a S3 bucket.
Find out if there is a JS widget that will resize picture before upload

@smirolo
Copy link
Contributor Author

smirolo commented Dec 11, 2018

Implemented in pull request #14.

@smirolo smirolo closed this as completed Dec 11, 2018
@smirolo
Copy link
Contributor Author

smirolo commented Jan 9, 2019

Use django-storages to upload the profile picture instead of hardcoded boto/S3 calls. By using the Django File Storage API, profile picture will be uploaded to disk in the testsite but S3 in production.

@smirolo smirolo reopened this Jan 9, 2019
@smirolo
Copy link
Contributor Author

smirolo commented Jan 23, 2019

commit 33d47f3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant