معرفی شرکت ها


django-currency_rates-0.4


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Currencies & echange rates for django projects
ویژگی مقدار
سیستم عامل -
نام فایل django-currency_rates-0.4
نام django-currency_rates
نسخه کتابخانه 0.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Ferran Pegueroles
ایمیل نویسنده ferran@pegueroles.com
آدرس صفحه اصلی http://bitbucket.org/ferranp/django-currency-rates
آدرس اینترنتی https://pypi.org/project/django-currency_rates/
مجوز GPL
===================== django-currency-rates ===================== 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 .. _South: http://south.aeracode.org/


نحوه نصب


نصب پکیج whl django-currency_rates-0.4:

    pip install django-currency_rates-0.4.whl


نصب پکیج tar.gz django-currency_rates-0.4:

    pip install django-currency_rates-0.4.tar.gz