Category Archives: django

http://www.djangoproject.com/

Setting up a python CI server with Hudson

Installing Hudson I start with a basic virtual machine – in this case, I’m using Ubuntu Server 9.10. Once you have a basic machine installed, I recommend you make sure everything’s up to date with patches. sudo apt-get update sudo … Continue reading

Posted in django, Geekstuff, Ranting and Reflections | 37 Comments

Knowing when to back off a project…

A couple of years ago I created the original code behind project Django Queue Service on a bet with myself at the O’Reilly Open Source Convention. A few months later I popped the whole thing up on Google Code hosting … Continue reading

Posted in django, Geekstuff, Ranting and Reflections | 1 Comment

Django 1.0

Congratulations to the entire development team and Django community for making the Django 1.0 release today! It’s a monumental accomplishment, and I’m very pleased to see it here. I’m not as active in the community these days, but I’m still … Continue reading

Posted in django, Geekstuff | Leave a comment

LaunchPad

I signed up with Launchpad today – don’t know why I hadn’t really done it earlier, other than I just didn’t think to or have any projects that drove me there. The project du jour that lured me in was … Continue reading

Posted in django, Geekstuff, Ranting and Reflections | 2 Comments

Mondrian & ReviewBoard

Word is that the a version of the code review tool that Google uses internally (called Mondrian) on the Google App Engine – called Code Review. I remember first seeing the Google tech talk on Mondrian and thinking that was … Continue reading

Posted in django, Geekstuff, Ranting and Reflections | 1 Comment

Django and the Google AppEngine

I’m sure that anyone into Django will either see or hear about this before they catch my blog post, but it’s too neat a story not to write about a comment on. Tonight, Google released AppEngine – an elastic computing … Continue reading

Posted in django, Geekstuff | 4 Comments

getting ReviewBoard running

I made some notes on getting Review Board up and running. I thought they might be useful for someone else wishing to do the same… I implemented review board on a virtual machine, with the VM running Ubuntu Gutsy. I … Continue reading

Posted in django, Geekstuff | Leave a comment

Starting in with ReviewBoard

I’ve been meaning to dive into the project ReviewBoard since I first heard about it, many months ago. I had first heard of a similar critter – Google’s internal tool called Mondrian. I was pretty darn excited about that tool … Continue reading

Posted in django, Geekstuff | 2 Comments

Django on Ubuntu 7.10 (gutsy)

I slapped together a virtual machine to try out an instance of ReviewBoard. It’s been a little while since I fiddled with Ubuntu, so I grabbed the latest server release(7.10) and set it up. Then I settled in to get … Continue reading

Posted in django, Geekstuff | 3 Comments

benchmarking Django Queue Service

I took some time this afternoon to benchmark out the work we’ve been doing with the Django Queue Service. We haven’t done anything to optimize it, and we’re starting to push in some code to make it fully support REST … Continue reading

Posted in django, Geekstuff, Ranting and Reflections | 5 Comments