Author: ai7pz


  • English: Official logo of the Universitรฉ libre de Bruxelles (Photo credit: Wikipedia) Profiling tools like cprofile provide hardly understandable output for my celery based app. So I used a tool called manual profiling by Pierre de Buyl from University of Toronto – Universitรฉ Libre de Bruxelles (many thanks Pierre for your help ๐Ÿ™‚ ) presentation…

  • In this article I explain how you can profile python code with celery, and why I find this solution disappointing. I propose a better solution in the conclusion. Have fun ! Head of celery, sold as a vegetable. Usually only the stalks are eaten. (Photo credit: Wikipedia) If you are in a hurry, you can…

  • English: Xfce Terminal. on Debian Lenny. ๆ—ฅๆœฌ่ชž: Xfce Terminalใ€‚Debian Lennyใงใ€‚ (Photo credit: Wikipedia) In this post, I will explain you how to configure the default proxy for bash in Debian. I often see questions about this in forums, so I hope it will help. If so, I would love to see links pointing to this…

  • Sudo (Photo credit: Scelus’ Comix) If you code in Python, you probably use virtualenv to maintain a clean setup and avoid problems with different versions of pythons. But sometimes, you need to replicate / export a virtualenv from a machine to another. This post will explain you exactly how to do this. First, use the…

  • First, a big up to Brother: their printers are excellent, and they provide drivers for Linux! In only hate it that they display a warning before the toner is actually empty… But that’s another story. So in this post, I will explain you how to install brother HL 227DW driver on debian x64. To install…

  • Django logo (Photo credit: Wikipedia) Have you ever wondered what to do if you accidently delete the admin user in a django project? That’s a nasty problem in appearance, but not too serious in practice: Django provides a command line utility to solve that kind of problems: manage.py createsuperuser –username=joe –[email protected]

  • Invitation to the Dance (film) (Photo credit: Wikipedia) Django logo (Photo credit: Wikipedia) In this post, I will explain you how to use the great Playing  django-invitation module, which as its name indicates permits to invite people to the beta of a web app, for example. The documentation of the django-invitation module is accessible on https://bitbucket.org/david/django-invitation/wiki/Home…

  • More accurate representation of relationship between URIs, URNs, and URLs. Revised version of File:URI Venn Diagram.svg, per Talk:Uniform Resource Identifier#Misleading Venn Diagram in a different way. (Photo credit: Wikipedia) NoReverseMatch error is nasty with python Django. It happens often when you add a new page. In this post I will explain you how to solve…