Closed karenc closed 8 years ago
For example in a migration file 20160128111115_mimetype_removal_from_module_files.py:
from dbmigrator import logger logger.info('message from migration')
You will see this when you run the migration:
[INFO] dbmigrator (20160128111115_mimetype_removal_from_module_files.py) - message from migration
Close #3
For example in a migration file 20160128111115_mimetype_removal_from_module_files.py:
You will see this when you run the migration:
Close #3