Skip to content

Staging#1

Open
agamdua wants to merge 3 commits into
masterfrom
staging
Open

Staging#1
agamdua wants to merge 3 commits into
masterfrom
staging

Conversation

@agamdua

@agamdua agamdua commented Sep 27, 2017

Copy link
Copy Markdown
Collaborator

No description provided.

@agamdua

agamdua commented Sep 27, 2017

Copy link
Copy Markdown
Collaborator Author

pretty sure this breaks some stuff, need to update tests.

Comment thread sendr/views.py

def post(self, request, format=None):
file_contents = self.request.FILES['image']
file_contents = self.request.data['image']

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might want to think about making this optional?

At least having an image attachment might be optional.

Comment thread sendr/views.py
except AnymailRequestsAPIError as exc: # noqa
# TODO: setup logging
raise
except Exception as ex: # noqa

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lazyyyyyy

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

Successfully merging this pull request may close these issues.

1 participant