mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 11:10:32 -04:00
Provides a set of helper 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 WWW: https://github.com/datadesk/django-bakery/ PR: 239034 Submitted by: Alexander Sieg <alex@xanderio.de>
11 lines
406 B
Text
11 lines
406 B
Text
Provides a set of helper 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
|
|
|
|
WWW: https://github.com/datadesk/django-bakery/
|