Engal photo gallery

I've been taking it a bit easy the last two weeks, hacking an hour or two a day on a photo gallery using TurboGears. I'd forgotten how enjoyable it was to use Python, and hopefully that will recharge me a bit after so much soul-sapping PHP. Anyway, here's what about 250 lines of Python code and 300 lines of Kid templates can get you.

The front page shows you the users on the gallery.

After choosing a user, you get a list of sets of photos they have.

Choosing a set lists all the photos in the list,

Choosing a photo gives you a larger-scale version of the photo and more information about it.

And just for fun, editing a photo doesn't mean you have to leave to another page.

4 old-style comments

  1. MichaelJuly 09, 2006 at 02:43 PM.

    Cool thing, would you mind making the source available?
  2. jccJuly 09, 2006 at 04:16 PM.

    Nice. I'd love to use a decent Python based Gallery replacement. Cool dog, btw.
  3. Neil Blakey-MilnerJuly 09, 2006 at 06:27 PM.

    I'll be uploading it to the Cheese Shop in the next day or two. Still missing some functionality (like adding users) - I just used catwalk. to get myself started.'
  4. JanAugust 07, 2006 at 03:02 AM.

    Very nice photo gallery. Thanks for posting it. I am converting it to TAL and a Plone product.
blog comments powered by Disqus