Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.03 KB

File metadata and controls

17 lines (12 loc) · 1.03 KB

DRFInlineExpansion

Supporting Dynamic expansion of inline relationships when using the django rest framework

Layout

expand module contains the code that does the work of adding inline expansion for nested relationships. The rest of the code is the standard django rest framework tutorial code which uses the expand module as a demo. requirements.txt lists the pip dependencies.

Notes