Skip to content

Add top level infrastructure for new extensions work

Frank Duncan requested to merge ardc-218-ots-extension into ots-main

Add an extension to customize email through wagtail. This was originally implemented in !53 (merged), but this moves the functionality into an extension.

One thing that does that's different from !60 is that it adds a new django signal to the hypha codebase, which it then uses. So between !60 and this MR, a whole picture of how we will add extensions can be gotten.

Please take a look and offer feedback @jbickel and @james

Merge request reports