mirror of
https://github.com/pinry/pinry.git
synced 2025-11-13 16:45:41 +01:00
Factory Boy provides us with a better way of populating complicated fields (like M2M relations) than overriding _prepare class method, so we should be using them.
4 lines
96 B
Python
4 lines
96 B
Python
from .api import *
|
|
from .forms import *
|
|
from .helpers import PinFactoryTest
|
|
from .views import * |