I've been googling around and looking for a standard way to handle unit conversion (weight, distance, etc..) in Python / Django.
Since it is a very common problem, I'm afraid that I've not been able to find the proper package. (Found several handmade unit conversion questions, but no package).
As far as I know, USA and Thailand are using non metric system, and this also happens in the UK for people (however they officially support the MKS international system).
Is there an existing way of integrating unit conversion with Django LocaleMiddleware, or django_countries packages?