-
In my case, I want to serve distilled files as static files via Whitenoise.
Therefore I store disitilled files in my `STATIC_ROOT`.
Unfortunately, `django-distill` copies all existing staticfiles an…
-
I stumbled upon keywords in `distill_path` function when switching from default `django.urls.path` to `distill_path`.
My original `path` looked something like this:
```
path(
"distilled_forest…
-
Running `python manage.py distill-local site-export` produces the response `CommandError: Failed to render view "/": 'WSGIRequest' object has no attribute 'session'`
URLs.py config:
```
from django…
-
Hi. Is there a way to trigger the generation of static pages manually? Eg. Trigger it to render on receiver save?
I've got 50000 mostly static pages that only need to be refreshed once a day. What'…
-
Just installed paperless-ng using the Docker method. It works fine, however, search seems to only apply to the document title? If I type something into the "Filter by" search bar it finds 0 results ev…
-
This is an advice, not an issue:
First of all, congrats of 5.0, looks like a great release based on the release notes (did not yet had the chance try it out yet).
I noticed that you had two patch …
-
Is this compatible with django CMS specifically?
-
Hey @meeb I've been using `django_distill` in a project and we want to include another package that uses `django_distill` using `include()`. But I'm getting failed to do that because instead of passin…
-
Hi, I just got InvenTree up and running for the first time, and it's awesome!
I'm trying to figure out if Approved Manufacturer Lists (AML) (also known as Approved Vendor Lists (AVL)) are supported…
-
Hi, I try to understand how can I generate my project in static files. It has multiple class objects in views and to be honest I don't know how pass them to distill_func . For example my index looks l…