django-objectdumpdata

Creates django fixtures using a unique object and its related objects


Keywords
django-objectdumpdata
License
BSD-3-Clause
Install
pip install django-objectdumpdata==0.1.0

Documentation

django-objectdumpdata

https://badge.fury.io/py/django-objectdumpdata.png https://travis-ci.org/orige/django-objectdumpdata.png?branch=master

Creates django fixtures using a unique object and its related objects

Documentation

The full documentation is at https://django-objectdumpdata.readthedocs.org.

Quickstart

Install django-objectdumpdata:

pip install django-objectdumpdata

Then use it in a project:

import django_objectdumpdata

Features

  • TODO

Cookiecutter Tools Used in Making This Package

  • cookiecutter
  • cookiecutter-djangopackage