Skip to main content

A simple Django app to see settings on startup.

Project description

See your chosen settings on standard output when django is starting with runserver command with an additional CLI option.

For Django 1.8.5 and Python 2.7, 3.2, 3.3, 3.4.

Latest python package information

pypi-stability pypi-version pypi-pythonversion pypi-implementation pypi-build

Other information

travis-status doc license pypi-download

Usage

Once installed, using this command:

python manage.py runserver --config

Additional CLI Options

--config

Show your settings on standard output.

Please see python manage.py runserver --help for more information additional options.

Install

  1. Download package:

    pip install django-settings-startup
  2. Add “django_settings_startup” in first rank to your INSTALLED_APPS settings like this:

    INSTALLED_APPS = [
        'django_settings_startup',
        ...
    ]

It is important to install this app in first (before native django apps), to override the command runserver.

Version

See VERSION.

Changelog

See CHANGELOG.

Read The Docs : Documentation

GitHub : Source Code

PyPI : open source Python packages

Travis CI : continous integration

Coveralls : code coverage

License

See LICENSE.

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-settings-startup-2.0.tar.gz (862.8 kB view hashes)

Uploaded Source

Built Distribution

django_settings_startup-2.0-py2.py3-none-any.whl (7.1 kB view hashes)

Uploaded Python 2 Python 3

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