Registered by James Westby

A helper for writing Django test cases. It makes it easy to create instances of
models where values you don't care about are created for you, e.g.

  factory.make(User, name="James")

The unspecified attributes of the created model will be set to appropriate values.

The module is django_factory and is available from pypi under that name, so you can

  pip install django_factory

Project information

Maintainer:
James Westby
Driver:
Not yet selected
Licence:
Apache Licence

RDF metadata

View full history Series and milestones

trunk series is the current focus of development.

Get Involved

Downloads

Django Factory does not have any download files registered with Launchpad.