helloflask / flask-dropzone

Upload files in Flask application with Dropzone.js.
https://flask-dropzone.readthedocs.io
MIT License
250 stars 69 forks source link

Load the latest CDN resources by default #49

Closed yuxiaoy1 closed 3 years ago

yuxiaoy1 commented 3 years ago

This PR contains changes of three parts:

greyli commented 3 years ago

Looks Good. But this commit contains redundant changes that already merged in #48. I recommend always create a new branch to submit a PR and keep the master branch sync with the upstream repository. Flask's contributor guide may be helpful.

yuxiaoy1 commented 3 years ago

Thanks for the suggestions, I've follow the guide to create a new PR #51, please review it kindly.