Skip to content

Commit

Permalink
Crufty
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Mar 13, 2012
1 parent eb051c5 commit 65cc590
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.textile
Expand Up @@ -17,12 +17,6 @@ h2. Features
* Models, views and management commands to will build your site as flat files.
* Management commands to sync your flat files with a bucket on Amazon S3.

h2. Getting started

Simply install bakery, create models using the BuildableModel class, and write your views using the BuildableDetailView class. Edit your settings.py, and add those views to your BAKERY_VIEWS setting as a list of strings, eg ['example.views.AlbumDetailView',].

Now on the command line, run python manage.py build. Your views should bake into a build folder as flat pages. Optionally, you can publish these files to S3 for cheap hosting.

h2. Documentation

* "Tutorial":http://datadesk.latimes.com/posts/2012/03/introducing-django-bakery/
Expand Down

0 comments on commit 65cc590

Please sign in to comment.