Ali Shahabbasi

Results 2 comments of Ali Shahabbasi

Adding `public=True` to swagger initiation will solve the problem. like below: ``` schema_view = get_schema_view( openapi.Info( title="Sample", default_version='v1', ), url="", public=True, ) ```

What you mentioned and preventing Ctrl+S and f5's effect are in our plans.