Re: [Question] Filter Queryset in a Template

2012-04-16 Thread waax
You can use templatetags for example: https://docs.djangoproject.com/en/dev/ref/templates/builtins/?from=olddocs On Saturday, April 14, 2012 10:51:51 AM UTC+2, Nikhil Somaru wrote: > > Greetings, > > > I would like to do something like queryset filtering in a template. Is the > only solution via

Re: Urgent - PHP/Python Developer needed

2012-04-13 Thread waax
I'd +1 here Cal and what he said about adult industry. It does not mean a thing if you were contracted by company with adult focus or not. What matters is how you do your job and how fast you do it. Bozos are looking into what sort of references you have, what kind of college you went to and if yo

Re: Urgent - PHP/Python Developer needed

2012-04-10 Thread waax
I'd like to +1 Marcin Tustin post. Good luck with your search for right candidate. Monthly salary you are giving for such a skill-set is roughly, ridiculously small with best intentions. Regards, Nevio On Apr 10, 10:34 pm, Marcin Tustin wrote: > You're urgently seeking a developer who will work

Re: doubt in the tutorial

2012-02-20 Thread waax
I'm as well new to django/python but did you tried for poll in Polls.objects.all(): print poll ? Thanks! On Feb 20, 12:50 pm, kalyani ram wrote: > hey all, > > I am learning the db connectivity using this > tutorialhttps://docs.djangoproject.com/en/dev/intro/tutorial01/ > Now, i followed e