File tree Expand file tree Collapse file tree 3 files changed +78
-1148
lines changed
nau_openedx_extensions/coursecertificate Expand file tree Collapse file tree 3 files changed +78
-1148
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,9 @@ The certificate dispatch system provides:
1717## Django Settings Configuration Structure
1818
1919Configuration is defined through the Django setting ` NAU_SEND_COURSE_CERTIFICATE_CONFIG `
20- NOTE: please set NAU_SEND_COURSE_CERTIFICATE_CONFIG setting before running any command.
20+
21+ > [ !NOTE]
22+ > please set NAU_SEND_COURSE_CERTIFICATE_CONFIG setting before running any command.
2123
2224``` python
2325# Django setting / This is an example
@@ -410,7 +412,7 @@ The system records detailed information in Django logs:
410412
411413### Common Error Logs
412414
413- - ** Configuration errors** : Issues with NAU_SEND_COURSE_CERTIFICATE_CONFIG django setting
415+ - ** Configuration errors** : Issues with ` NAU_SEND_COURSE_CERTIFICATE_CONFIG ` django setting
414416- ** Connection errors** : Network issues or unavailable endpoints
415417- ** Authentication errors** : Invalid tokens or incorrect auth types
416418- ** Data errors** : Issues extracting fields or applying transformations
You can’t perform that action at this time.
0 commit comments