Skip to content

trueship/django_serialize_model_graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serialize Model Graph

With serialize_model_graph, you can serialize your model (and its relatives) into a data structure that can be stored somewhere, and then re-stored later.

Installation:

python setup.py install

And add to your installed apps like so:

INSTALLED_APPS = ( ... 'serialize_model_graph', ... )

Documentation can be found at ReadTheDocs.

Works via full-serializers, based on wadofstuff-django-serializers for full serialization Documentation can be found at ReadTheDocs.

About

Python package that allows you easily serialize some model with it's dependencies into JSON that can be stored somewhere and then later re-stored into django model-objects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •