rjurney / Agile_Data_Code_2

Code for Agile Data Science 2.0, O'Reilly 2017, Second Edition
http://bit.ly/agile_data_science
MIT License
456 stars 306 forks source link

move flask_pymongo.py from ch02 to ch02/web #93

Closed pjhinton closed 5 years ago

pjhinton commented 5 years ago

According to the book, Flask webapp sources are in a web subdirectory off of the chapter directory (e.g. ch02/web). The file pymongo_flask.py violates this convention, having it placed in ch02 rather than ch02/web. This commit relocates the file so that revision history is preserved.

rjurney commented 5 years ago

Thanks!