Thomas Capricelli archive
Category: Django

January 8, 2012

DjangoRedmineAdmin 1.0 released

by orzel
Categories: Admin, Django, Software
Tags: ,
Comments: 1 Comment

I recently needed (again) to ‘browse’ a redmine database, and I used my DjangoRedmineAdmin application to do so. I took this opportunity to update the code and doing some more tests/fixes. As a result I decided to tag this as 1.0. The main modifications are: updated to comply with current redmine version (1.2.1 and 1.3.0) […]

December 2, 2011

Celery init scripts for Gentoo

by orzel
Categories: Admin, Django, Gentoo
Tags: No Tags
Comments: 6 Comments

I’m using django-celery on a project. The only difficult part was that gentoo ebuilds would not provide init scripts. It might be that some ebuilds in some obscure overlay provides those, but this was far too far away from the mainstream portage tree for me. Yes, the documentation about celery has some scripts using supervisord, […]

April 7, 2011

Mercurial mirror for Django stable branch 1.3

by orzel
Categories: Admin, Django
Tags: , ,
Comments: 5 Comments

Django recently released the 1.3 version, and as such a new ‘stable’ branch was created in subversion. As I did for the 1.2 branch, there’s now a mercurial mirror, following the 1.3 branch. It is updated every (european) night. The 1.2 mirror is not removed, it is still running and maintained. The url for this […]

September 9, 2010

New mercurial mirror for Django stable branch 1.2

by orzel
Categories: Admin, Django
Tags: , ,
Comments: 1 Comment

I have tried for the last few years to use one of the mercurial mirrors on bitbucket.org to follow Django. Since far before Django 1.0 was released, I was following trunk, but I have switched to the stable branch around Django 1.1. I’ve always had problems with the mirrors on bitbucket, they seem mostly unmaintained. […]

April 3, 2010

Announcing colibri 1.0 alpha1, a mailing list manager with a django based web interface

by orzel
Categories: Admin, Django, Gentoo, Software
Tags: ,
Comments: 4 Comments

It has been more than one year now that I’m running my own mailing list software here at freehackers, and I think it is now time to release a first preview of it. Let me introduce Colibri 1.0 alpha1 Colibri is a free software (GPL), based on python and Django. It’s not feature complete, but […]

November 2, 2008

Activities gallery

by orzel
Categories: Admin, Django, Gentoo, KDE, Linux kernel
Tags: , , , , , , ,
Comments: 4 Comments

While developing my recently released activity mercurial extension (and here too), I did a lot of tests on some quite famous/big projects. I’ve found the results to be quite interesting and decided to put up this gallery. Are you interested in the history of commits for kde, linux, django, portage(software), and others? warning : this […]

September 27, 2008

Django browser for Redmine database

by orzel
Categories: Admin, Django, Software
Tags: ,
Comments: 7 Comments

Do you know redmine ? This is, to my knowledge, the best project manager you could ever find out there. I like to describe it as ‘trac done well‘. It has only one, big, ugly, fat inconvenient for me : it is written on top of ruby on rails. I could tell you how slow […]