Archive for October, 2010

Some time ago we described what should be done to enhance the work of teams using assembla.com with instant notifications on various project events. To do this all you need is assembla’s webhooks functionality and a free account on AlertGrid. But...

If you want to make your Python code more readable and valid with PEP8, you can set up an informational, vertical line in Eclipse at some character (eg. 79). To do this go to Window->Preferences->General->Editors->Text Editors and enable...

I started using Django-MongoDB duet which looks really interesting, when I faced the first problem: my MongoDB server couldn't be started as a Windows service. I tried: mongod.exe --logpath="logs dir" --install which installed service correctly....