helloflask / flask-dropzone

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

Add support for external JavaScript file #54

Closed yuxiaoy1 closed 11 months ago

yuxiaoy1 commented 3 years ago

Fix #13

yuxiaoy1 commented 3 years ago

Not sure if there is a better way addressing the issue, please review. Ps. I've added a static folder in the project root directory for test purpose, this is absolutely not a best practice, we may need create another PR to restructure the test file under a tests folder.

greyli commented 3 years ago

we may need create another PR to restructure the test file under a tests folder.

Yep, this project needs a huge refactor. I'm considering a 2.0 version (drop Python 2 support, remove deprecated codes, etc). For now, I think we need to make the building work first. I currently have no time to test this, maybe review it next week.