Home

Soft Django Rest Framework

Soft Django Rest Framework is a set of mixins and templates to do scaffolding with Django Rest Framework.

Installation

  1. pip install soft_drf

  2. In your INSTALLED_APPS add:
    INSTALLED_APPS = [
         'soft_drf',
    ]


Usage

  1. Edit settings.py, and then run your project.

  2. Open your browser in http://localhost:8000/api/v1


Get it on GitHub ♥