I've organized a bit the proyect, remove mongo.py file from api folder, created a models.py for store all the mongodb logic, and made some pep8 improvements to blockchains.py
Also, we must remove flask-mongoalchemy from app reqs, and we must start using pymongo instead.
I've organized a bit the proyect, remove
mongo.py
file from api folder, created amodels.py
for store all the mongodb logic, and made some pep8 improvements toblockchains.py
Also, we must remove flask-mongoalchemy from app reqs, and we must start using pymongo instead.