I put all my production vs developer settings in an if else block and use my own variable PRODUCTION. This is in the model directory and named 0_customization.py in my case. This allows you to set the migrate, local_import reload parameter and anything else you want. Then I just need to remember to set the flag True or False depending on the situation.
RMMV Ron

