You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromdjango_fakerimportFaker# this Populator is only a function thats return a django_faker.populator.Populator instance# correctly initialized with a faker.generator.Generator instance, configured as abovepopulator=Faker.getPopulator()
frommyapp.modelsimportGame, Playerpopulator.addEntity(Game,5)
populator.addEntity(Player,10)
insertedPks=populator.execute()
The text was updated successfully, but these errors were encountered:
Read about https://pypi.org/project/django-faker/
The text was updated successfully, but these errors were encountered: