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_APPSfromdf_remote_config.defaultsto 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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_df_remote_config-0.1.0.tar.gz.
File metadata
- Download URL: django_df_remote_config-0.1.0.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0470dd92dcb93250e70687f7eaecb43ffafc5796d4aa6cf5d705c385156ab922
|
|
| MD5 |
d9e7a35301e45590fd035eb5cc3b1260
|
|
| BLAKE2b-256 |
02c034d21bcadfddd307cbda3bdc5a7647256ee7a4207fc5a6f6cecb82b926d1
|
File details
Details for the file django_df_remote_config-0.1.0-py3-none-any.whl.
File metadata
- Download URL: django_df_remote_config-0.1.0-py3-none-any.whl
- Upload date:
- Size: 12.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac858cfcd370f57fc6b7c962c5b060802acb910476a479d154338b2ec197542e
|
|
| MD5 |
38529731459fc0899ad76c1dfd18a1e2
|
|
| BLAKE2b-256 |
d3785aee9a9fea36471cc896445024aa79d8afbd360368da02d8de0f7a02ef70
|