DEV Community

Discussion on: SwaggerUI inside Django Rest Framework

Collapse
 
arman7878 profile image
Arman7878 • Edited

Thanks for your perfect tutorial.

Just one edit :
python manage.py generateschema > schema.yml
to
python manage.py generateschema > schema.yaml
(the file extension has to be yaml, not yml)