Releases: palewire/django-bakery
Releases · palewire/django-bakery
v0.6.1
- An
AutoPublishingBuildableModel
that is able to use a Celery job queue to automatically build and publish objects when they are saved - Refactored
build
management command to allow for its different tasks to be more easily overridden - Added a
--keep-build-dir
option to thebuild
command.
v0.5.0
- Refactored the
publish
andunpublish
management commands to use boto instead of s3cmd. build
andpublish
management commands use file mimetypes instead of a regex on the filename to decide if a file will be gzipped.publish
management command includes --force and --dry-run uploads to force an upload of all file, regardless of changes, and to print output without uploading files, respectively.publish
management command now pools uploads to increase speed