Skip to main content

IBAN field for django with account validation

Project description

Django IBAN Field

Build Status Coverage Status

IBANField is an extension for django CharField with special validation for IBAN accounts.

Install

You can install django-ibanfield with pip as usual o pipenv

    $> pip install django-ibanfield
    $> pipenv install django-ibanfield

Usage

Use IBANField on your models, like any other django models fields.

    from django_ibanfield.fields import IBANField

    class MyModel(models.Model):

        account = IBANField()

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

django_ibanfield-0.0.2.tar.gz (25.3 kB view hashes)

Uploaded Source

Built Distribution

django_ibanfield-0.0.2-py2.py3-none-any.whl (15.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page