That’s very cool of you! Unfortunately it’s not working for me yet, but I’m having to fight with this issue too (Is "tutor images build openedx" not cleaning up after itself?)
Basically I modified my
~/.local/share/tutor/env/build/openedx/requirements/custom-form-app/custom_reg_form/migrations/0001_initial.py
to include the pulldown option, and then I ran
tutor images build openedx
tutor local quickstart
But the change didn’t appear. So I also tried
tutor local run lms bash
./manage.py lms migrate custom_reg_form zero
./manage.py lms makemigrations custom_reg_form
./manage.py lms migrate
But I still didn’t see the change. I’ll keep trying once I resize my AMI to get around the “tutor images build openedx” out of space issue.