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
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.2.tar.gz
(6.6 kB
view details)
File details
Details for the file djipsum-1.0.2.tar.gz
.
File metadata
- Download URL: djipsum-1.0.2.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c025e2cb9cb551b7a7e39c9e0304773e36bb6be3e56d19802262a3ca4a45051 |
|
MD5 | 7402f8186159d508d57c0a6970495a43 |
|
BLAKE2b-256 | df20344cf7c3a4d2560df957d3cc3459abd80953fef6c908690a04d6dfab1eb0 |