I would like to execute a piece of python code from inside my module just after the module has been installed - is it possible to have this done automatically?
The idea would be to do some database queries right after the module installation.
Thanks!