Skip to main content

A simple Django app to see settings on startup.

Project description

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

For Django 1.8.5 and python 3.4.

Usage

Once installed, using this command:

python manage.py runserver --config

Additional CLI Options

--config

Show your settings on 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.

Latest Version

1.0

Source Code

https://github.com/glegoux/django-settings-startup/

PyPI

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

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-1.0.tar.gz (3.2 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