django-bakery
django-bakery copied to clipboard
A set of helpers for baking your Django site out as flat files
Although I'm a big fan of the services at AWS it should be able to publish to other Cloud storages as well (e.g. Azure storage, FTP, etc.). A very well...
Am using humanize's intcomma template tag to do what it says on the tin. Works in Django's development server, but the comma disappears in the build. Hunting for a solution...
Hi, Could you tell me what is wrong with my code? Unfortunately that what i can find on readthedocs.io doesn't working at all. On [this ](https://django-bakery.readthedocs.io/en/v0.5.0/buildablemodels.html) page it is described...
When using the command line: `python manage.py build report.views.RenderView --build-dir ./build` bakery tries to create the top level directory /build and fails because of permissions. `fs.errors.PermissionDenied: permission denied mkdir: ./build:...
Bumps [django](https://github.com/django/django) from 4.1.10 to 4.1.13. Commits 42591a8 [4.1.x] Bumped version for 4.1.13 release. 4965bfd [4.1.x] Fixed CVE-2023-46695 -- Fixed potential DoS in UsernameField on Windows. 8581d91 [4.1.x] Corrected wrap_socket()...
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.6 to 3.0.1. Release notes Sourced from werkzeug's releases. 3.0.1 This is a security release for the 3.0.x feature branch. Changes: https://werkzeug.palletsprojects.com/en/3.0.x/changes/#version-3-0-1 3.0.0 This is a feature...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.16 to 1.26.18. Release notes Sourced from urllib3's releases. 1.26.18 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...