IBAN field for django with account validation
Project description
Django IBAN Field
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
Release history Release notifications | RSS feed
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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_ibanfield-0.0.2.tar.gz.
File metadata
- Download URL: django_ibanfield-0.0.2.tar.gz
- Upload date:
- Size: 25.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b51150aab3e71622772425c22c5e64931e652218707718834e2dde61c5d166c
|
|
| MD5 |
177cb8a86514b4cd4cb52b99cec7eec2
|
|
| BLAKE2b-256 |
d99529f6d11d85c0cb33267f817907d46401abe7670f1fb4e1958634bbf7a970
|
File details
Details for the file django_ibanfield-0.0.2-py2.py3-none-any.whl.
File metadata
- Download URL: django_ibanfield-0.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 15.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
23e58b90d386ff3856e8c971e47996196324c8f2a79b5731121a009f364f895a
|
|
| MD5 |
684810e298aacdb6c0b7c53e81d3b1cb
|
|
| BLAKE2b-256 |
2b3a4f545076c2415ca4144656812f755b4260f0e33682fb8a3b3692dba65ce5
|