Move Kids ========= .. seealso:: Download the script: :download:`Files/MoveKids.py` This Python script is designed to work with the Custom SQL script called KidsToMove. It will actually move the children from their current organization to the appropriate organization. The script requires ExtraValueInts called `MinMonths` and `MaxMonths` to be put on each organization involved. These are documented on the SQL script referenced below. .. seealso:: The SQL script: :doc:`../../SqlScripts/MainMenu/KidsToMove`. This script can be run manually, or scheduled on a day of the week and time. .. seealso:: :data:`model.ScheduledTime` for documentation on how to schedule this to run on a day of week and time. .. literalinclude:: Files/MoveKids.py :linenos: