Django Bakery

screenshot of Django Bakery
django

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

Overview:

The Django Bakery is a set of helpers that allow you to convert your Django site into static flat files. It provides models, views, and management commands that build your site as flat files. Additionally, it offers management commands to sync your flat files with Amazon S3 and the option to integrate with a Celery job queue for automatic building and publishing of model objects.

Features:

  • Build as flat files: Converts your Django site into static flat files.
  • Sync with Amazon S3: Provides management commands to sync your flat files with a bucket on Amazon S3.
  • Celery integration: Optional integration with a Celery job queue to automatically build and publish model objects when saved.
django
Django

Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. It follows the model-view-controller (MVC) architectural pattern, providing an extensive set of built-in tools and conventions to streamline the creation of robust and scalable web applications.