Skip to content

Commit 970630c

Browse files
efortishTiago-Salles
authored andcommitted
chore: review comments added
1 parent a85d1db commit 970630c

File tree

3 files changed

+78
-1148
lines changed

3 files changed

+78
-1148
lines changed

nau_openedx_extensions/coursecertificate/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ The certificate dispatch system provides:
1717
## Django Settings Configuration Structure
1818

1919
Configuration 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

0 commit comments

Comments
 (0)