We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Each supply should have 'image' field (empty by default) which would hold photos taken by mobile app user.
Additional supplies' endpoint for posting photos should be added and tested.
Image itself could be a separate model in Django, but using built-in ImageField should be considered.
The photos might need to be scaled down before storing so that they appeal to mobile app view and don't take too much space.
The text was updated successfully, but these errors were encountered:
KBialecki
No branches or pull requests
Each supply should have 'image' field (empty by default) which would hold photos taken by mobile app user.
Additional supplies' endpoint for posting photos should be added and tested.
Image itself could be a separate model in Django, but using built-in ImageField should be considered.
The photos might need to be scaled down before storing so that they appeal to mobile app view and don't take too much space.
The text was updated successfully, but these errors were encountered: