Mongoengine FileField saving to disk? Mongoengine FileField saving to disk? django django

Mongoengine FileField saving to disk?


I think it would be a good addition - maybe called LocalFileField to make it more framework agnostic and if you provided tests and docs it would make a great addition to https://github.com/MongoEngine/extras-mongoengine

The only reason I'm not sold on having it in core - is if you are running a replicaset the file would still only be stored on one node.