django-print-settings 0.1.2
pip install django-print-settings
Latest version
Released:
print_settings management command for Django
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (New BSD License)
- Author: Marc Abramowitz
Classifiers
- Development Status
- Environment
- Framework
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Project description
Adds a print_settings Django management command.
Setting it up
Install:
pip install django-print-settings
Add django_print_settings to INSTALLED_APPS in your Django project’s settings.py:
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
PyPI
Issues
Send your bug reports and feature requests to https://github.com/msabramo/django-print-settings/issues
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (New BSD License)
- Author: Marc Abramowitz
Classifiers
- Development Status
- Environment
- Framework
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
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
File details
Details for the file django-print-settings-0.1.2.tar.gz
.
File metadata
- Download URL: django-print-settings-0.1.2.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6eee754d4204dced3aa94a84198767b1d437c4a02fc459e7e1fd1647c9677f7b |
|
MD5 | 7c5f41f30eb73f019a4c13758ee69b84 |
|
BLAKE2b-256 | a71b9f8f47dd2eeb9cfb8b747a3c671fa4eb287bf635214d2a2b00ba80011164 |