Integer and string field for random values
Project description
Django IBAN Field
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
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-randomfield-0.0.1.tar.gz
(25.3 kB
view details)
Built Distribution
File details
Details for the file django-randomfield-0.0.1.tar.gz
.
File metadata
- Download URL: django-randomfield-0.0.1.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 | 458d2e9e0f0c386344415d097f4afd5a0f69b2dc49e710576d9280541d6a2bc7 |
|
MD5 | dc028397152c88bf92c7976c422ddb92 |
|
BLAKE2b-256 | aef33caf603f50c63a49688eb465f9b03cb4bea2154daa2bba73e07a1d2da748 |
File details
Details for the file django_randomfield-0.0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: django_randomfield-0.0.1-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 | 85f9958581d7cb81d7829211fc5207fab2cef40749a5801d6394823a19b6b94c |
|
MD5 | e31b305da024e2d067bf91bdeb6b1b9b |
|
BLAKE2b-256 | 5dfa3ef0bfc56933ba90d49ed3c61fed2b93e8a69a8a3c2603b7dd0c1d5eb504 |