Skip to main content

Multiple model/queryset view (and mixin) for Django Rest Framework

Project description

===
Django Rest Multiple Model View
===

drf-multiple-models provides an easy view (and mixin) for serializing multiple models in a single view. It is built on top of (and meant to be an extension for) Django Rest Framework.

Installation
------------


1. Install the package from pip:


pip install django-rest-multiple-models


2. Make sure to add 'drf_multiple_model' to your INSTALLED_APPS:


INSTALLED_APPS = (
....
'drf_multiple_model',
)


3. Then simply import the view into any views.py in which you'd want to use it:

from drf_multiple_model.views import MultipleModelAPIView


Usage
-----

See the included README.md or check out the documentation on Github:
https://github.com/Axiologue/DjangoRestMultipleModels

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

django-rest-multiple-models-1.3.tar.gz (7.5 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