django-distill icon indicating copy to clipboard operation
django-distill copied to clipboard

Minimal configuration static site generator for Django

Results 7 django-distill issues
Sort by recently updated
recently updated
newest added

Hello, I am using django-distill to build a site locally and when I generate the site, every time I use the builtin humanize "naturaltime" filter an "Â" character is inserted...

Hi, I'm trying to use django-distill on my website that uses the function `django.conf.urls.i18n.i18n_patterns` to generate language dependent urls. I got the exception `django.core.exceptions.ImproperlyConfigured: Using i18n_patterns in an included URLconf...

As per: https://github.com/meeb/django-distill/pull/79#issuecomment-1988314703 boto3 supports automatically loading AWS credentials for the S3 backend. The current mandatory config settings should be made optional.

Great Jamstack tool btw! The workaround is simple. Set `SECURE_SSL_REDIRECT = False`. If it's True it will return ``` Loading site URLs CommandError: View returned an invalid status code: 301...

Hi there! Awesome project, I am a big fan! However I would either like to know how I can contribute to support django's contrib Redirects in distill, or how to...

Currently django-distill only generates the pages for the language that is set in `settings.LANGUAGE_CODE`. It would be great if django-distill could generate pages for URLs that are in i18n_patterns for...

Sentry seems to catch some exception that is otherwise fine, and generation fails with the following: ``` CommandError: Failed to render view "/": 'NoneType' object has no attribute 'view_name' ```...