django-rest-framework-docs
django-rest-framework-docs copied to clipboard
Getting docstrings using DRF get_view_description function
In order tu support markdown, as @slav0nic suggest on https://github.com/manosim/django-rest-framework-docs/pull/117:
- Using DRF
get_view_descriptionfunction by default getting docstrings. - Add new param
VIEW_DESCRIPTION_FUNCTIONto customize this behavior.