Jacob Kaplan-Moss

Activity tagged “buildout”

Bookmarks

Buildout - software build system reloaded!

zc.buildout, the build isolation system I've been using, has finally grown its own website, with real, actual documentation. Awesome.

(buildout, python, zope)

Python Package Index : collective.buildbot 0.3.3

A set of zc.buildout recipes that make it *stupidly* easy to configure and set up a buildbot master or slave — it's literally like six shell commands to get a dummy buildbot going. Totally freeking awesome.

(buildbot, buildout, python, zc.buildout)

Entries

More buildout notes

I got a lot of great feedback on my buildout tutorial I posted last week. In general, the comments there have some excellent tips, tricks, and extra pointer, so check ‘em out. After reading the comments and a few more I got over email, I thought I’d share a selected grab-bag of updates, hints, and details for those fooling around with Buildout and Django.

(buildout, django)

Developing Django apps with zc.buildout

Over the weekend I put together django-shorturls, the latest in a series of small plugable Django apps I’ve written. This time, though, I used zc.buildout and djangorecipe to build, test, package, and distribute the app, and (with the exception of a few annoyances) it’s an exceedingly civilized way to develop an app.

(buildout, django)