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-pre4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3869523a1e3257672ca529ee38aeb020e50642cecf0b52713a32866627a240dd |
|
MD5 | 3f4b6a057171c2f1560ddd4e2f2587d5 |
|
BLAKE2b-256 | 4516eba989df6e300d85c1022a3c3bb480bbbb3649f7cb1cbc1cbec11a6f4e79 |