Precreate move_type and fill with appropriate values to prevent a MemoryError when the ORM attempts to call its compute method on a large amount of preexisting moves.
6 lines
140 B
Python
6 lines
140 B
Python
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
from . import models
|
|
from . import wizard
|
|
from .hooks import pre_init_hook
|