Skip to main content

print_settings management command for Django

Project description

https://secure.travis-ci.org/msabramo/django-print-settings.png?branch=master

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

https://pypi.python.org/pypi/django-print-settings

Issues

Send your bug reports and feature requests to https://github.com/msabramo/django-print-settings/issues

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-print-settings-0.1.2.tar.gz (3.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page