Install Instructions

Model-mommy offers you a smart way to create fixtures for testing in Django. With a simple and powerful API you can create many objects with a single line of code.

Compatibility

model_mommy supports Django >= 1.11 and Python 3

Install

Run the command above

pip install model_mommy

Inspiration

Model-mommy was inspired by many great open source software like ruby’s ObjectDaddy and FactoryGirl.