
POC for Decoupled Template Rendering in a Django Application
The repository contains a proof-of-concept (POC) that explores the decoupling of template rendering from a primary Django application. The goal is to separate the template rendering portion of the application into a separate app, while still maintaining access to the models and objects of the primary app. The POC demonstrates the core idea but is not a pip installable library.
This POC explores the decoupling of template rendering from a primary Django app by creating a separate app for rendering templates. The communication between the two apps is achieved through a shared database and cache backend. The POC demonstrates the concept but is not a ready-to-use library.
