Skip to content

KeoH/django-randomfield

Repository files navigation

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()

About

Integer and string field for random values

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published