switch from runner to ipc and long-running sidecar process (#21)

This commit is contained in:
Josh Thomas 2024-12-11 16:16:40 -06:00 committed by GitHub
parent 4c10afb602
commit 235bb4419d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 556 additions and 281 deletions

View file

@ -2,11 +2,11 @@ from __future__ import annotations
import json
from django.conf import settings
from django.template.engine import Engine
def get_django_setup_info():
from django.conf import settings
from django.template.engine import Engine
return {
"installed_apps": list(settings.INSTALLED_APPS),
"templatetags": [