Skip to content
← Log
Object Studios

Doc Studio · Django

The same document studio, served by Django instead of Flask — the test of whether the core was framework-free or merely untested elsewhere.

Its vocabulary file is identical to the Flask app's, and that is the whole point: the same studio, a different framework, and nothing about what a document is changes. Building it forced the honest split — three modules in the Flask package had no framework imports and three did, so the first half became studio-core. Seven tests now run both adapters against the same request and assert the responses match byte for byte.

It consumes studio-core, django-studio, ai-object, phantom-core, lab-languages — machinery that already existed, which is why this one took days rather than weeks.