Ammar Akbar
Ammar Akbar
Hot Reloading functionality wasn't working due to CORS error on webpack dev server on Google Chrome. It was not serving bundles whenever I change something on react component.
Can we add permission_classes parameter for get_swagger_view() function?
Not working for django=2.1.3 & djangorestframework==3.9.0 You need to change this: - **URLPattern** and **URLResolver** on [line:3](https://github.com/manosim/django-rest-framework-docs/blob/94571d05617d24816ba8fdc5e836d17645a88319/rest_framework_docs/api_docs.py#L3), [line:26](https://github.com/manosim/django-rest-framework-docs/blob/94571d05617d24816ba8fdc5e836d17645a88319/rest_framework_docs/api_docs.py#L26), [line:29](https://github.com/manosim/django-rest-framework-docs/blob/94571d05617d24816ba8fdc5e836d17645a88319/rest_framework_docs/api_docs.py#L29) in api_docs.py file. - **pattern.pattern.regex** on [line:27](https://github.com/manosim/django-rest-framework-docs/blob/94571d05617d24816ba8fdc5e836d17645a88319/rest_framework_docs/api_docs.py#L27) in api_docs.py file -...