Skip to main content

Django DF Remote Config

Project description

Django DF Remote Config

Module for managing frontend application confiuration

/remote_config/?part=legal&bundle_id=com.roblevine.saferide&...

{ "auth": {}, "app_config": {}, "app_launch": {} }

Installation:

  • Install the package
pip install django-df-remote-config
  • Include default INSTALLED_APPS from df_remote_config.defaults to your settings.py
from df_remote_config.defaults import DF_REMOTE_CONFIG_INSTALLED_APPS

INSTALLED_APPS = [
    ...
    *DF_REMOTE_CONFIG_INSTALLED_APPS,
    ...
]

Development

Installing dev requirements:

pip install -e .[test]

Installing pre-commit hook:

pre-commit install

Running tests:

pytest

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-df-remote-config-0.0.7.tar.gz (8.6 kB view hashes)

Uploaded Source

Built Distribution

django_df_remote_config-0.0.7-py3-none-any.whl (11.5 kB view hashes)

Uploaded 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