How to expose the drf_spectacular autogenerated documentation of a class-based view that has no direct reference in urls.py?
I have a Django app that based on specific condition, executes one or another class-based view.
I have a Django app that based on specific condition, executes one or another class-based view.