Jake Dube
Jake Dube
Tested quickly with Forge + Fabric. Probably don't want to merge this, but thought I'd make this available in case anyone else wants it.
Fix #30 wrap_loaders checks if `loaders[0][0] == "template_partials.loader.Loader"`. Which it doesn't if you had set TEMPLATES["OPTIONS"]["loaders"] to anything else. django-components suggests you do this [in the installation section](https://github.com/EmilStenstrom/django-components?tab=readme-ov-file#installation): ```py TEMPLATES...
Our project currently has a few components in a root components/ directory similar to what's described [here](https://github.com/EmilStenstrom/django-components?tab=readme-ov-file#create-your-first-component). As soon as I add `template_partials` to INSTALLED_APPS, I get this when trying...