mongoengine-migrate
mongoengine-migrate copied to clipboard
Get rid of global variables
Variables in flags
module in lowercase. They are used in MongoengineMigrate
class which means this class is depends on them. Also it makes difficult to use MongoengineMigrate
class separately from cli.
It should be something of config dict kept inside MongoengineMigrate
.