-
Hi, I'm using django-distill with the Google storage backend on windows. When uploading a file the remote path for the file becomes `path\\to\\index.html`. However Google storage interprets that liter…
-
We documented the results of this discussion in the [FAQ](https://github.com/pytransitions/transitions/blob/master/examples/Frequently%20asked%20questions.ipynb). Make sure to check it out!
---
Oc…
-
I think this may be a feature request, but does django-distill support generating static pages only for database records that have changed since the last generation, or does it re-generate all static …
-
How can we ensure that django can be configured to use https? This issue is just to research and distill the things we need in order to setup the django product in an https environment. We will want t…
-
For me it would be nice to add option to ignore non-200 errors on rendering pages.
I have a view which is filled with many parameters, but not all pages return status 200 (but 204 instead).
For me i…
-
Got the below error when I use this code snipets,
```
In [1]: from elasticsearch import Elasticsearch
In [2]: es = Elasticsearch(hosts=[{"host": "host.docker.internal", "port": 9200}],
...: …
-
### User Story
As a user, I want to see a static Gitcoin page if the site is undergoing maintenance or not responsive.
### Why Is this Needed?
*Summary*:
We should implement a static page to…
-
Hi, I am trying to install django-distil in a project with Django CMS. It's compatible ?
My problem is in the urls.py, in these lines:
``` python
urlpatterns = [
distill_path('',
…
-
I wanted to distill views from an app (via `python manage.py distill-local`), but I think distill does not take namespaces into account...
I tried with following setup:
```
# base urls.py
urlpatte…
-
When using `distill-local` I became following error:
`django.template.response.ContentNotRenderedError: The response content must be rendered before it can be accessed.`
in line:
https://github.com…