Metadata-Version: 1.0
Name: django-fiat
Version: 0.1
Summary: A simple django app that makes it easier to work with currencies and countries
Home-page: http://bitbucket.org/willandskill/django-fiat
Author: Faisal Mahmud
Author-email: faisal@willandskill.se
License: BSD licence, see LICENCE.txt
Description: # Django Fiat #
        
        A simple django app that makes it easier to work with currencies and countries.
        
        ## Installation ##
        
        ```
        pip install django-fiat
        ```
        
        ## Usage ##
        
        ```
        #!python
        
        # .../settings.py
        
        INSTALLED_APPS = (
            ...
            'fiat',
        )
        
        ```
Platform: UNKNOWN
