1๐
โ
OK, after posting this directly on the Django forums, I was given some guidance. I basically had to break these off as "standalone" Django processes in order to allow them access into the Django ORM.
I had to setup a settings, and run django.setup()
in each of the processes and shift any models imports into code that would run after that execution.
๐คJimmy Fort
Source:stackexchange.com