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


Keywords
class-based-views, django, python, static-site, static-site-generator
License
MIT
Install
pip install django-bakery==0.13.2

Documentation

                   
                # # # # #
              __#_#_#_#_#__
             {_` ` ` ` ` `_}
            _{_._._._._._._}_
           {_  D J A N G O  _}
          _{_._._._._._._._._}_
         {_    B A K E R Y    _}
     .---{_._._._._._._._._._._}---.
    (   `"""""""""""""""""""""""`   )
     `~~~~~~~~~~~~~~~~~~~~~~~~~~~~~`

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

Features

  • Models, views and management commands that will build your site as flat files.
  • Management commands to sync your flat files with a bucket on Amazon S3.
  • Optional integration of a Celery job queue to automatically build and publish model objects when they are saved