josiah-wolf-oberholtzer / discograph

Social Graphing for the Discogs Database
MIT License
74 stars 11 forks source link

Clean-up Mongoengine / Flask integration. #13

Closed josiah-wolf-oberholtzer closed 9 years ago

josiah-wolf-oberholtzer commented 9 years ago

Where to place Mongoengine connection?

josiah-wolf-oberholtzer commented 9 years ago

Moot point. Mongoengine/MongoDB have been completely removed from the Flask application due to the high memory-requirements of MongoDB. The database for the front-end has been replaced by Sqlite.