Re: problem installing django 1.3 in virtualenv

2011-04-30 Thread christian verkerk
Sometimes virtualenv does not delete an existing install out of the MY_ENV/build directory causing an upgrade to fail. delete that build directory and try again. Also using sudo can somethings screw things up... On Apr 30, 4:34 pm, shofty wrote: > is there something wrong with the packages at wh

inclusion tag variable resolving

2010-05-24 Thread christian verkerk
i made an inclusion tag for making an image button of varying widths, which i call through: {% make_button 'click me' item.get_absolute_url %} i then resolve the second param in context for the button link, however i would like to be able to do something along the lines of: {% make_button 'click