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
fromdf_remote_config.defaults
to yoursettings.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
Built Distribution
Close
Hashes for django-df-remote-config-0.0.7.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | bf04eadd48a9d6ffbcbf2b08e265d3f7e06d469c0033d13e1fb03a671e1b456b |
|
MD5 | c5cd9a1e006c6ea2b9c6d3ceac153c6a |
|
BLAKE2b-256 | c11cba4e0594c3861d05a065d2a457d0eac12d1352106189e728584f04376dc4 |
Close
Hashes for django_df_remote_config-0.0.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e085713fc4678b5c16f9f7614d20ef0a1dc9a0dfb4d60816a64c7a6dbae55f25 |
|
MD5 | c9e9884a9c0a3e86ee322ad44d608cea |
|
BLAKE2b-256 | bc96d1ca53f734239c1bf73a57452f4c030920e54df1137594e0bb4a49ea811e |