Creating Your Own Provider Mixer and Django

1

I have seen that in the mixer there are several ready-made providers

link

link

But there is no provider for 'products'. I wanted to create a provider for 'products', hence I saw in How to create a Provider

link

you can create one, and for this you need to fake-factory

link init .py

Using faker

init link .py # L93

I ask: How do I create a new provider with my own 'products'?

    
asked by anonymous 20.10.2015 / 20:43

0 answers