Metadata-Version: 1.1
Name: django-currency_rates
Version: 0.1
Summary: Currencies & echange rates for django projects
Home-page: http://bitbucket.org/ferranp/django-currency-rates
Author: Ferran Pegueroles
Author-email: ferran@pegueroles.com
License: GPL
Description: =====================
        django-currency-rates
        =====================
        
        Django currencies and exchange rates for django projects
        
        Features
        ========
        
        - Currencies and exchange rates models
        - Eschange rates with diferent rates for diferent dates
        - Load automatically curencies 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.
        #. Run ``manage.py syncdb`` to create the new tables
        #. 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/
        
        
        
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
