This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
A Django command prints DRF serializer's schema in Markdown table format. | |
## Tutorial | |
Make sure "drf_yasg" package is installed, place this file into your Django app's | |
`/management/commands` directory, run bellow command to print documentation for Serializer: | |
python manage.py slz_table_doc --name ModuleSLZ |