facebook facebook facebook facebook facebook

Tag Archives: internship

13th of May Travel Log

So, yeah (as one of my neighbors would start any phrase).
I’m in the air right now and what do you know, I’ve decided to write my thoughts. You might have been disappointed (or extremely enthusiast) by my lack of posting during the last 4 months but I’m telling you, I have had good reasons
Staying [...]

Comparing string with integer in Django’s template

As you can’t change the type of variable straight when working inside a Django template and you can only do it to the variables going TO the template, I found a stupid work around it.
Say you have variable a = ‘2′ and b = 2 and you want to compare them. The way I did [...]