Add config_model, a library for database backed configuration
ConfigurationModels can be managed using the admin site. They are append-only, and track the user who is making the change, and the time that the change was made. The configuration is stored in the database, and cached for performance. [LMS-1220]
Showing
common/djangoapps/config_models/README.rst
0 → 100644
common/djangoapps/config_models/__init__.py
0 → 100644
common/djangoapps/config_models/admin.py
0 → 100644
common/djangoapps/config_models/models.py
0 → 100644
common/djangoapps/config_models/tests.py
0 → 100644
Please
register
or
sign in
to comment