Skip to main content

A Django Rest Framework addon for Nested Serializers.

Project description

This is a Django Rest Framework addon to rezolve folowing problems
  • infinit level of nested serializer

  • different level of nested objects

  • writable nested objects

Detailed documentation is in the “docs” directory.

Quick start

  1. Add “drf-ns” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'drf-ns',
    ]
  2. This also includes ModelTracker as Base model class for your app

  3. Run python manage.py migrate to create the models.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

drf-ns-0.0.3.tar.gz (6.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page