/
githubmirror
/
edx-platform
ОбзорДокументацияВойти
/
githubmirror
/
edx-platform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
edx-platform/
.../djangoapps/experiments/
..
migrations

fix: refactor index_together to indexes for Django 5.2 support (#36708)

год назад
tests

fix: linting

2 месяца назад
README.rst

Initial README for the experiments app

7 лет назад
__init__.py

Initial README for the experiments app

7 лет назад
admin.py

BOM-2279 : Pylint amnesty for edxnotes,email_marketing, and experiments (#26274)

6 лет назад
apps.py

fix: Remove unnecessary blank lines in apps.py

4 месяца назад
audit_expiry_urgency.py

feat: replace audit expiry course allowlist with CourseWaffleFlag

2 месяца назад
factories.py

refactor: upgrading factory-boy.

5 лет назад
filters.py

pyupgrade on lms edxnotes,email_marketing,experiments apps (#26531)

5 лет назад
flags.py

feat: replace audit expiry course allowlist with CourseWaffleFlag

2 месяца назад
models.py

fix: refactor index_together to indexes for Django 5.2 support (#36708)

год назад
permissions.py

pyupgrade on lms edxnotes,email_marketing,experiments apps (#26531)

5 лет назад
routers.py

Fix DRF deprecation warnings (#23082)

6 лет назад
serializers.py

pyupgrade on lms edxnotes,email_marketing,experiments apps (#26531)

5 лет назад
signals.py

feat: replace audit expiry course allowlist with CourseWaffleFlag

2 месяца назад
stable_bucketing.py

AA-131: Allow anonymous users through course home MFE

6 лет назад
testutils.py

pyupgrade on lms edxnotes,email_marketing,experiments apps (#26531)

5 лет назад
urls.py

feat: Django codemods on LMS (3) (#28853)

5 лет назад
utils.py

refactor: rename `toggle_warnings` to `toggle_warning` (#30458)

4 года назад
views.py

refactor: Apply lint-amnesty on pylint violations

5 лет назад
views_custom.py

refactor: rename `toggle_warnings` to `toggle_warning` (#30458)

4 года назад
README.rst
Status: Maintenance
 
Responsibilities
================
The Experiments django app provides a generic API and schema-less data model for storing data related to experiments. It contains both user-specific and user-agnostic key-value stores that can be associated with experiments. The mapping between an experiment and its experiment_id is maintained externally to the code, as it is specific to the Open edX instance.
 
WARNING: Do NOT use this app for storing long-term data. The data in this app is intended to be transitional and deleted once experiments are completed.
 
Direction: Keep
===============
 
Glossary
========
 
More Documentation
==================