1. by default it split by space, so you can simplify this
2. Before accessing values it would be good to check that len of command_list is exactly 3
3. check that first command is cp
It is a good practice to include one migration per app per PR in Django projects since it helps to avoid migrations folder overload in the future. Represent all changes done to models in one migrat...