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

Fix documentation for ENABLE_LEARNER_RECORDS

6 лет назад
management

Revert "Merge ulmo.1 into release-ulmo"

3 месяца назад
migrations

refactor: ran pyupgrade on openedx/core/djangoapps/credentials (#26847)

5 лет назад
settings

pylint amnesty in openedx (#26364)

6 лет назад
tasks

fix: remove broken management command (and celery task) logic (#34972)

2 года назад
tests

fix: Remove B2C Subscriptions (#35303)

2 года назад
README.rst

feat: updating readmes for program/cert/creds apps (#35104)

2 года назад
__init__.py

style: django-not-configured is not a sensible lint-amnesty value (#26862)

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

Fix all E303 pep8 errors.

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

feat: update task and signals responsible for cert available dates in Credentials

2 года назад
apps.py

feat: New codemods on OpenedX 1 (#28776)

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

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

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

feat: New codemods on OpenedX 1 (#28776)

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

perf: move notify_credentials to a celery task

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

fix: Remove B2C Subscriptions (#35303)

2 года назад
README.rst
Status: Maintenance
 
Responsibilities
================
The Credentials app is responsible (along with the `programs app`_)
for communicating with the `credentials service`_, which is
the system of record for a learner's Program Certificates, and which (when enabled by the edX
instance) is the system of record for accessing all of a learner's credentials.
 
.. _credentials service: https://github.com/openedx/credentials
 
.. _programs app: https://github.com/openedx/edx-platform/tree/master/openedx/core/djangoapps/programs
 
See Also
========
 
* ``lms/djangoapps/certificates``
* ``openedx/core/djangoapps/programs``