UsageΒΆ

To use djcurrencies in a project, add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'dj_currencies',
    ...
)