I am looking for a way to shorten the ObjectID generated by the MongoDB and use it on Flask Blueprint.
I has googling and got this tutorial for shorten ObjectID using base64 http://flask.pocoo.org/snippets/106/
But, base64 is too long for me. So, i wanted better way to shorten ObjectID beside using base64. Thanks in advance!