-
Notifications
You must be signed in to change notification settings - Fork 90
Remove 'drf-nested-routers' dependency #55
Copy link
Copy link
Closed
Labels
Milestone
Description
Overview
Patchwork currently has very few non-testing dependencies. Most of the dependencies it does have can usually be found upstream with one exception: drf-nested-routers. We should come up with a strategy to remove this dependency. I see two options:
- We bring the source for
drf-nested-routersin-tree. It's rather simple and hasn't changed much in years, so this should be easy to do - We introduce a little verbosity and manually define our routes, instead of using a
router. This is what HyperKitty does.
Dependencies
None.
Additional Work Items
None.
Alternatives
We keep things as they are.
Useful Resources
None.
Reactions are currently unavailable