torchbox / wagtaildraftsharing

Creative Commons Zero v1.0 Universal
1 stars 3 forks source link

Refactor link generation to be a python api #5

Closed stevejalim closed 1 week ago

stevejalim commented 1 week ago

Ahead of some other work we are doing, we need to programatically generate a draftsharing link.

This changeset refactors the link-generation code out of the view and into a custom Manager, giving us a way to trigger it outside of the request-response cycle.

stevejalim commented 1 week ago

D'oh - targetted wrong repo