@alexdeathway The app runs the code in the left editor (and some convenience imports + django.setup()) and prints out anything that was added to stdout to the editor on the right.
Check out the code if you want to see how it works: https://github.com/anze3db/django-tui/blob/9b33f7b6c08ded68516afe5e74af07479730fcf4/src/django_tui/management/commands/ish.py#L117-L143