Created
February 18, 2019 20:43
-
-
Save eeriksp/5e8e010a0c468c09a5c9572ceb6db5ce to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from factoryman import create_populated_modelfactory | |
ProjectFactory = create_populated_modelfactory(Project) | |
ExpiredProjectFactory = create_populated_modelfactory(Project, deadline='1999-04-04') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment