Skip to main content

Integer and string field for random values

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-randomfield with pip as usual o pipenv

    $> pip install django-randomfield
    $> pipenv install django-randomfield

Usage

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

    from django_randomfield.fields import CharRandomField

    class MyModel(models.Model):

        account = CharRandomField()

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-randomfield-0.0.1.tar.gz (25.3 kB view hashes)

Uploaded Source

Built Distribution

django_randomfield-0.0.1-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