-
Notifications
You must be signed in to change notification settings - Fork 2
Feature/file upload #214
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
base: master
Are you sure you want to change the base?
Feature/file upload #214
Conversation
Codecov ReportBase: 99.01% // Head: 98.42% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #214 +/- ##
==========================================
- Coverage 99.01% 98.42% -0.59%
==========================================
Files 25 26 +1
Lines 1316 1395 +79
==========================================
+ Hits 1303 1373 +70
- Misses 13 22 +9
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
question_file = QuestionFile(question=question, file=uploaded_file) | ||
question_file.save() | ||
return question_file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will this automatically save to S3 instead of local?
Students can now upload files and delete files associated with questions.