Archive for August, 2010


Creating Select form fields with currencies and countries using Babel and WTForms

By on August 4th, 2010 in Python Comments (1)

A quick tutorial on how to create some nifty currency and country select fields using WTForms. This was sort of a headache to figure out, which is why I’m sharing it. If you have a cleaner way to do this (particularly the country list), please comment, because I’m highly dissatisfied with hardcoding the countries and…

Read more…