Jul 27

It’s very easy to iterate over lines of standard output of command. Read More


Jul 27

I’ve created a Django model using FileField:

class Car(models.Model):
    ...
    car = models.FileField(upload_to='upl/%Y/%m/%d')
    ...

I wanted to upload files named using polish characters (for example: “auto-żółw”). Unfortunately,  Django erease polish letters (“auto-żółw” -> “auto-w”). Read More


Jul 24

I’ve used Amarok for a long time. Unfortunately, interface of Amarok 2 has  been remarkably changed.  I like “old” Amarok’s interface so I’ve found Exaile – Amarok like music player for Gnome written in Python. Read More


Switch to our mobile site