Executed the command according to the documentation:
python.exe manage.py generateschema > schema.yml
But instead of YAML got an error:
Unknown command: 'generateschema'
Type 'manage.py help' for usage.
Package versions:
Add 'rest_framework'
to your INSTALLED_APPS
setting.
INSTALLED_APPS = (
...
'rest_framework',
)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With