mirror of
https://github.com/pinry/pinry.git
synced 2026-02-01 03:59:25 +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 * |