The libmaxminddb c libary improves the performance of geo location look ups. But how can I install it on heroku? There is a linux package, but how can this be installed?
just install it in your local virtual environmemt. then do pip freeze > requirements.txt. When you run your project on heroku next time it will automatically be installed.