Soft Django Rest Framework is a set of mixins and templates to do scaffolding with Django Rest Framework.
Installation
-
pip install soft_drf -
In your INSTALLED_APPS add:
INSTALLED_APPS = [
'soft_drf',
]
Usage
-
Edit
settings.py, and then run your project. -
Open your browser in
http://localhost:8000/api/v1