![Andrea Gidalti](/assets/img/avatar_default.png)
Rename hooks file and use post_init_hook method to create journal sequences after module installation.
3 lines
55 B
Python
3 lines
55 B
Python
from .hooks import post_init_hook
|
|
from . import models
|