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

A set of helpers for baking your Django site out as flat files

Results 36 django-bakery issues
Sort by recently updated
recently updated
newest added

Bumps [django](https://github.com/django/django) from 2.0.13 to 2.2.28. Commits 5c33000 [2.2.x] Bumped version for 2.2.28 release. 29a6c98 [2.2.x] Fixed CVE-2022-28347 -- Protected QuerySet.explain(**options) against... 2c09e68 [2.2.x] Fixed CVE-2022-28346 -- Protected QuerySet.annotate(), aggregate(),...

dependencies

as per https://github.com/wagtail/wagtail-bakery/issues/67 `smart_text` has been deprecated. There likely are a few other bits and bobs to tidy up (like supported versions in setup.py), add 4.0 to the test matrix...

**DESIRED BEHAVIOR** My team uses django-bakery in a couple of places. We want builds on Windows to just work without workarounds. However, right now we need some workarounds because of...

Is there any way to make the `publish` command scale better so it doesn't consume so much memory? I'm trying to run it over a directory that has a few...

The site works but when I try to bake it, it throws an error: ``` AttributeError: 'WSGIRequest' object has no attribute '_messages' During handling of the above exception, another exception...

I'm getting an error with InvalidCharsInPath while trying to retrieve the BUILD_DIR. _In settings.py:_ `BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))` `BUILD_DIR = os.path.join(BASE_DIR, 'builds')` I can't think of why it would be failing...

I've been reading the docs and have been able to mostly bake a site successfully. However I'm having an issue on passing page parameters to the baking view. Original View...

I use a non-standard configuration of django/zappa/django-storages to serve django apps from aws lambda and s3. I'm currently trying to use *django-bakery* in combination with wagtail to generate static sites...

**CURRENT BEHAVIOR** The project includes no additional context processors or request headers which I can re-skin the pages to look different when generated statically. **DESIRED BEHAVIOR** Custom request.META such as...

Has anybody ever gotten this to work with Digital Ocean spaces? It uses an almost identical API to s3 so it should be a dropin replacement. When I drop in...