added number format, sent country info in boot, link options not extracted from cache

This commit is contained in:
Rushabh Mehta
2013-01-21 10:14:10 +05:30
parent 3ab6c5fca9
commit f5b04cff8b
8 changed files with 62 additions and 82 deletions

View File

@@ -94,7 +94,8 @@ def import_country_and_currency():
"currency_name": country.currency,
"fraction": country.currency_fraction,
"symbol": country.currency_symbol,
"fraction_units": country.currency_fraction_units
"fraction_units": country.currency_fraction_units,
"number_format": country.number_format
}).insert()
def import_defaults():