Currencies & echange rates for django projects
Project description
Django currencies and exchange rates for django projects
You need a key from http://openexchangerates.org/ to get the echange rates
Features
Currencies and exchange rates models
Exchange rates with diferent rates for diferent dates
Load automatically currencies and rates from http://openexchangerates.org/
Installation
Add "currency_rates" directory to your Python path.
Add "currency_rates" to the INSTALLED_APPS tuple found in your settings file.
Add OPENEXCHANGERATES_APP_ID to your setting file with an app key from http://openexchangerates.org/
Run manage.py syncdb to create the new tables or manage.py migrate is you are using South
Run manage.py load_currencies to load currencies from http://openexchangerates.org/
Run manage.py load_rates to load current eschange rates from http://openexchangerates.org/
Migrate to v0.3
On version v0.3 we changed the curency name length from 25 to 50 and we adopted south for the schema migrations.
If you have installed django-currency-rates version v0.1 or v0.2 and want to migrate, first you have to install South update the django-currency-rates app and then you have to execute the first migration as fake with
./manage.py migrate currency_rates 0001_initial --fake ./manage.py migrate currency_rates
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-currency_rates-0.4.tar.gz
.
File metadata
- Download URL: django-currency_rates-0.4.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e588cabcb06e3c965bda1c7da778443e100fe0c0b7b2dbbad3497307d048313 |
|
MD5 | 05eab036675edb88a23a31b15d21fe97 |
|
BLAKE2b-256 | 8ef636c5f3187e99b1b71a75b007c96b319e27429a36b98a83adbb0a017d066f |