Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lpm0073 committed Dec 28, 2022
1 parent a42a667 commit c81ddc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![hack.d Lawrence McDaniel](https://img.shields.io/badge/hack.d-Lawrence%20McDaniel-orange.svg)](https://lawrencemcdaniel.com)

A curated collection of code examples for extending the functionality of an Open edX installation using its built-in plugin architecture.
A curated collection of code samples for extending the functionality of an Open edX installation using its built-in plugin architecture.

Technical features that are showcased in this repo include:

Expand Down Expand Up @@ -31,7 +31,7 @@ Technical features that are showcased in this repo include:

### openedx_plugin

Demonstrates how to create an all-in-one Open edX plugin, with a heterogeneous collections of random custom features, including:
Demonstrates how to create an all-in-one Open edX plugin, with a heterogeneous collection of custom feature additions, including:

* A custom third party authentication [Oauth2 client backend](./openedx_plugin/wordpress_oauth2_backend.py).
* Extending [new user registration](./openedx_plugin/student/registration.py) functionality. Demonstrates how to leverage Django Signals to extend basic native Open edX operations.
Expand Down

0 comments on commit c81ddc0

Please sign in to comment.