Jure Cuhalev

Posts Tagged ‘django

12 Sep, 2011

Rebooting the community

Posted by: Jure Cuhalev In: conferences|ideas

This year Kiberpipa will be 10+ years old and its’ event lineup is incredible. Over 350 events a year involving various talks, meetups, screening and everything. During this time a bunch of new technologies showed and demand for jobs as well as our interest shifted and I/we stared creating bigger and more exclusive events (as [...]

07 Dec, 2009

Assumptions of your ecosystem

Posted by: Jure Cuhalev In: Tech

I’ve recently started helping out with limesurvey project, more specifically, their rewrite to CakePHP. One of the latest tickets I help with was to add optional table prefix, so you could have separate installations using the same database.
This is something you would never see in Django world, where everyone can afford as many databases as [...]

03 Dec, 2009

Python SMTP sink server

Posted by: Jure Cuhalev In: django|Tech

Debugging email sending in your Web application is always tricky as you need a working SMTP and you also need to watch out that you don’t accidently spam real users (if you’re working on a local copy of real database).
There is a neat one liner that acts as a “sink smtpd” server, meaning that it [...]