print_settings management command for Django
Project description
Adds a print_settings Django management command.
Setting it up
Install:
(``pip install``, ``easy_install``, etc.)
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
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
Close
Hashes for django-print-settings-0.1-pre3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | dde1a271b7b35a2a8cdc7d578d5c63b5908c23d4696905ffb5de6ba47b21be1f |
|
MD5 | 0f7b10398321230cfd4f6e2081ca7b61 |
|
BLAKE2b-256 | 8b78a0d2a2f011d63cc3f93bfa7ff7d932d6206c787078d30df6b7e9b1e24301 |