Skip to main content

Turnkey Django settings for data management applications.

Project description

django-composed-configuration

PyPI

Turnkey Django settings for data management applications.

Installation

Add to your project's requirements:

django-composed-configuration[dev,prod]

In your project's settings.py:

from composed_configuration import (
    ComposedConfiguration,
    ConfigMixin,
    DevelopmentBaseConfiguration,
    ProductionBaseConfiguration,
)


class _ProjectMixin(ConfigMixin):
    # Define additional project-specific settings or overrides here
    pass

    @staticmethod
    def before_binding(configuration: ComposedConfiguration) -> None:
        # Perform any non-overriding mutation of existing settings here
        # The "configuration" variable contains the flattened settings
        # For example:
        #   configuration.INSTALLED_APPS += ['my_extra_app']
        pass


class DevelopmentConfiguration(_ProjectMixin, DevelopmentBaseConfiguration):
    pass


class ProductionConfiguration(_ProjectMixin, ProductionBaseConfiguration):
    pass

At runtime:

  • continue to set the DJANGO_SETTINGS_MODULE environment variable (pointing to settings.py)
  • also set DJANGO_CONFIGURATION, with a value of either DevelopmentConfiguration or ProductionConfiguration

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-composed-configuration-0.16.0.tar.gz (23.0 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file django-composed-configuration-0.16.0.tar.gz.

File metadata

  • Download URL: django-composed-configuration-0.16.0.tar.gz
  • Upload date:
  • Size: 23.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for django-composed-configuration-0.16.0.tar.gz
Algorithm Hash digest
SHA256 d7600ec67341a630e723e0edd08b2bd5a546f41e509d14f2ac63b733dae9d7af
MD5 a6382a42a0afb00596048abfc106afcb
BLAKE2b-256 6b63941081ce7d2fb37e0c2de66fcc1dcc0d418052828973101be78d187d3317

See more details on using hashes here.

File details

Details for the file django_composed_configuration-0.16.0-py3-none-any.whl.

File metadata

  • Download URL: django_composed_configuration-0.16.0-py3-none-any.whl
  • Upload date:
  • Size: 27.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for django_composed_configuration-0.16.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bbdc9c1d000fab36b25503aa08c3e2b438eae3dd2cdeba27a964d757b9185004
MD5 3c0d24d4672b4dc3fe221eba2eddb281
BLAKE2b-256 326afb47b0255b2d9e5fe523c6171d7d95c3efb0513f080db055629ce4d7f3ab

See more details on using hashes here.

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