Goal is to user SeparateDatabaseAndState operations to wrap ViewRunPytohn operations, and add model changes into it.
It will prevent regular Django makemigrations command from creating migrations from view model, to reflect changes in "state" context.
Next iteration of: https://github.com/BezBartek/django-db-views/issues/31
Goal is to user SeparateDatabaseAndState operations to wrap ViewRunPytohn operations, and add model changes into it. It will prevent regular Django makemigrations command from creating migrations from view model, to reflect changes in "state" context.