Versions

Description

The purpose of django-class-fixtures is to augment Django's fixture system. While still supporting Django's traditional model serialization formats, django-class-fixtures provides pure Python **class-based fixtures**. They take the form of model instance definitions in a syntax that is very close to how you'd create new instances with ``SomeModel.objects.create(**kwargs).`` The thinking goes: why do fixtures in JSON, XML or YAML, when you could just as well do it all with Python code?

Repository

https://github.com/jklaiho/django-class-fixtures.git

Project Slug

django-class-fixtures

Last Built

No builds yet

Maintainers

Home Page

https://github.com/jklaiho/django-class-fixtures

Badge

Tags

django, fixtures

Short URLs

django-class-fixtures.readthedocs.io
django-class-fixtures.rtfd.io

Default Version

latest

'latest' Version

master