-
Notifications
You must be signed in to change notification settings - Fork 0
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
Introduce multiple file upload app enhancements #1
base: main
Are you sure you want to change the base?
Conversation
I realized only one reviewer can be assigned so @dameyerdave please also check it out and let me know if you have additional ideas / suggestions. |
Once merged we also need to add the server entry for docs. |
Commit messages: No space before or after a bracket, e.g. |
Thanks for the feedback @olloz26 ! I modified my dev environment settings to have all commits with no spaces before / after brackets. 😁 |
The |
This pull request introduces the following Django file upload app enhancements:
file_upload.batch
instead offile_upload.file_upload_batch
Additionally it also introduces a draft of the new documentation.