mohitCodepy
mohitCodepy
@MEmmanuel @mohitbestpeers , I've implemented that by overriding `OpenAPISchemaGenerator`, you can try like this urls.py ``` class CustomSchemaGeneratorClass(OpenAPISchemaGenerator): def determine_path_prefix(self, request): return super().determine_path_prefix("/v1/") schema_view = get_schema_view( openapi.Info( title="title", default_version="v1", description="desc",...
@lahirumaramba , Would you please assign me to this issue?
@lahirumaramba , Just for more clearity on the issue, Is there any way where I can connect with you guys directly because I'm highly interested to contribute here?
@lahirumaramba , Is anyone actively working on this issue ? If not then please assign me, thanks
@pkimber , I also resolved my issue by doing same.
@mdumandag , Would you please assign this issue to me? I would love to work on this
@xtrinch , May I work on this ? If yes, please assign this issue to me and provide some description about the issue.
> Thank you @mohitCodepy for your contribution. Is this a duplicate of #627 ? @lahirumaramba , Actually #627 has some missing type hints, so this PR currently in draft I'll...
@lahirumaramba , May I continue to push changes to this PR? I want to work regularly