Plugin to generate the lorem ipsum for django model
Project description
Plugin to generate the lorem ipsum for django model
Install
Djipsum is available directly from PyPI:
$ pip install djipsum
*). And don’t forget to add djipsum to your INSTALLED_APPS setting (without migrations).
Requirement
Django>=1.10.1
Usage
usage: manage.py djipsum [-h] [-dv] [--app APP] [--model MODEL] [--max MAX] To generate awesome lorem ipsum for your model class! optional arguments: -h, --help show this help message and exit -dv, --djipsum_version Show djipsum version and exit. --app APP The APP name. --model MODEL The Model Class name. --max int(MAX) Maximum generate lorem ipsum.
Example
# Default 10 objects $ ./manage.py djipsum --app testapp --model TestField # Custom Maximum objects $ ./manage.py djipsum --app testapp --model TestField --max=5
Supported Fields
{ 'ForeignKey': <User: admin>, 'FileField': 'file.zip', 'IntegerField': -1712115729, 'TextField': "Conveniently facilitate best-of-breed experiences via integrated web-readiness.", 'SmallIntegerField': 13176, 'BigIntegerField': 8202207420457970878, 'BinaryField': b'djipsum is awesome', 'UUIDField': 'bbec46c4bace5426908f386c76ea50ed', 'URLField': 'https://djangoproject.com', 'GenericIPAddressField': '66.249.65.54', 'DateField': '2016-10-12', 'DateTimeField': '2016-10-12 17:35:15.934491', 'TimeField': '2016-10-12', 'DecimalField': 10.7, 'DurationField': datetime.timedelta(1), 'PositiveIntegerField': 1459670713, 'NullBooleanField': None, 'SlugField': 'unique-slug-e9029f1edd5b45379f99d190f156a35f', 'BooleanField': True, 'FloatField': 0.69, 'EmailField': 'test@site.com', 'PositiveSmallIntegerField': 18723, 'CharField': 'Phosfluorescently productize accurate products', 'ImageField': 'sampleimage.png' }
License
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
djipsum-1.0.7.tar.gz
(9.5 kB
view details)
File details
Details for the file djipsum-1.0.7.tar.gz
.
File metadata
- Download URL: djipsum-1.0.7.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5cd5774eac4654ba413e9bc77a70c85ac914b3a5287e04a5803945c4358cad6 |
|
MD5 | 46367936158062b3974676656974a902 |
|
BLAKE2b-256 | 522b9d37eaa6f4c5c311ae6c2fb5804fdfadb44d32803f878a2c0d380aa78818 |