django-bakery

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

MIT License

Downloads
6.1K
Stars
399
Committers
26

Bot releases are visible (Hide)

django-bakery - 0.13.4 Latest Release

Published by palewire 6 months ago

django-bakery - 0.13.3

Published by palewire 6 months ago

What's Changed

Full Changelog: https://github.com/palewire/django-bakery/compare/0.13.2...0.13.3

django-bakery - 0.13.2

Published by palewire over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/palewire/django-bakery/compare/0.13.1...0.13.2

django-bakery - 0.13.1

Published by palewire about 2 years ago

django-bakery - 0.13.0

Published by palewire about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/palewire/django-bakery/compare/v0.12.7...0.13.0

django-bakery - v0.12.4

Published by palewire almost 7 years ago

  • Moved fs config from the AppConfig's out of the ready method and set it as a base attribute on the class.
django-bakery - v0.12.0

Published by palewire almost 7 years ago

  • Refactored the build methods to write to files using the PyFilesystem interface
django-bakery - v0.10.5

Published by palewire almost 7 years ago

  • Added get_view_instance method to the build command to allow for more creative subclassing.
django-bakery - v0.9.3

Published by palewire over 7 years ago

  • Restored RedirectView boto code after upgrading it to boto3.
django-bakery - v0.9.1

Published by palewire over 7 years ago

  • Added S3_ENDPOINT_URL for boto3 configuration and a fallback so we can continue to support the boto convention of S3_AWS_HOST
django-bakery - v0.9.0

Published by palewire over 7 years ago

  • Replaced boto dependency with boto3 and refactored publish command to adjust
  • More verbose logging of gzipped paths during build routine
  • Reduced some logging in management commands when verbosity=0
  • Added testing for Django 1.11
django-bakery - v0.8.14

Published by palewire over 7 years ago

  • Management command drops six.print for self.output.write
  • Only strip first slash of urls with lstrip
django-bakery - v0.8.12

Published by palewire almost 8 years ago

  • Added create_request method to the base view mixin so there's a clearer method for overriding the creation of a RequestFactory when building views. (via @clintonb)
django-bakery - v0.8.10

Published by palewire about 8 years ago

django-bakery - v0.8.9

Published by palewire about 8 years ago

  • Removed CommandError exception handling in build command because errors should never pass silently, unless explicitly silenced.
django-bakery - v0.8.8

Published by palewire about 8 years ago

  • Django 1.10 support and testing
django-bakery - v0.8.7

Published by palewire over 8 years ago

  • get_month and get_year fix on the month archive view
django-bakery - v0.8.5

Published by palewire over 8 years ago

  • get_absolute_url bug fix on detail view.
django-bakery - v0.8.6

Published by palewire over 8 years ago

  • get_year fix on the year archive view.
django-bakery - v0.8.2

Published by palewire over 8 years ago

  • Upgraded to Django new style of management command options.