A mediocre django fixture generator
Project description
pablo
a mediocre fixture generator for django
Installation
pip install django-pablo
Setup
- Add
pablo
insettings.py
of your django project
INSTALLED_APPS = (
'django_prometheus',
'rest_framework',
'django.contrib.contenttypes',
'django.contrib.auth',
'pablo'
)
- just run
python manage.py pablo app_name.ModelName --limit 1 -v 1
Usage
usage: manage.py pablo [-h] [-l LIMIT] [-e EXCLUDE] [--debug] [--version] [-v {0,1,2,3}] [--settings SETTINGS] [--pythonpath PYTHONPATH] [--traceback] [--no-color]
[--force-color]
[app_label[.ModelName] ...]
Generate (sometimes)meaningful fixtures for your django project
positional arguments:
app_label[.ModelName]
Restricts fixture to the specified app_label or app_label.ModelName
optional arguments:
-h, --help show this help message and exit
-l LIMIT, --limit LIMIT
Limit number of fixtures generated for a model
-e EXCLUDE, --exclude EXCLUDE
An app_label or app_label.ModelName to exclude (use multiple --exclude to exclude multiple apps/models)
--debug Enable verbosity with --debug flag
--version show program's version number and exit
-v {0,1,2,3}, --verbosity {0,1,2,3}
Verbosity level; 0=minimal output, 1=normal output, 2=verbose output, 3=very verbose output
Sample
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-pablo-0.2.tar.gz
(4.1 kB
view details)
File details
Details for the file django-pablo-0.2.tar.gz
.
File metadata
- Download URL: django-pablo-0.2.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.22.0 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe505e0499a7f5f07a0a265190acb93f999f06333525fe120a7ab142cb2c9416 |
|
MD5 | 0a082a1059082a4333b228f2f6154cd9 |
|
BLAKE2b-256 | 9ff6f15c26225d5bef79fb3c172ae51fa691b31ef51cab3241dbb26c4719da69 |