Pre-release
This release is a pre-release and may not be stable for production use.
Adds a print_settings Django management command.
Setting it up
Install:
pip install django-print-settings
Add django_print_settings to INSTALLED_APPS:
INSTALLED_APPS = (
'django_print_settings',
...
)
Usage
Do:
python manage.py print_settings
or:
python manage.py print_settings --format=json
For help:
python manage.py print_settings --help
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-print-settings-0.1-pre1.tar.gz.
File metadata
- Download URL: django-print-settings-0.1-pre1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
859b23a982aee411564288dcebdcd6e23e0698707215fbdbc0f93c5eb6370453
|
|
| MD5 |
2a0f7815db3212bdb57d3bd754268486
|
|
| BLAKE2b-256 |
7f466ed479e0395dacf5d9b28a39a0f541fcb7989b0952e10be0cab314ca3254
|