Jure Cuhalev

Archive for the ‘django’ Category

07 Nov, 2010

DjangoCamp Ljubljana, lets do it!

Posted by: Jure Cuhalev In: django

Getting back into Camp spirit, we (as in Gašper Ž. and I) thought about doing something for our growing Django community. Since a lot of things that we built runs on Django it feels just right.
What: Django (python framework thingie) community driven unconference for people that are already using Django. It’s not that we don’t [...]

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 [...]

10 Jun, 2007

Django and YUI time

Posted by: Jure Cuhalev In: django|Planet Kiberpipa|Planet LiveCD|Tech

I’ve been working intensively with Django for last few weeks and even managed to find a few bugs in it and also create a patch or two. Django-unicode branch is working very well for me and I would recommend using it as your main development branch since it solves a lot of problems if you [...]

16 May, 2007

Django cleaned_data

Posted by: Jure Cuhalev In: django|Planet Kiberpipa|Planet LiveCD

Just a quick note to the few of you who are also tracking Django trunk. Today Django team changed clean_data in newforms to cleaned_data because of possible namespace clash. To port the new version you will just need to do some find and replace.
More important implication of this change is that now 0.96 [...]