Re: Best Beginning Tutorial for Django 1.4

2012-07-27 Thread Doogster
pyvideo.org is a good resource. On Fri, Jul 27, 2012 at 11:53 AM, ACK-Django wrote: > hello, guys i m new to django as well as python. > i know its important to learn python before django > so just an hour ago i finished the book => > http://www.swaroopch.org/notes/Python ( A Byte of Python 2.xx

Re: Need urgrnt help for this new bee...

2012-07-27 Thread Doogster
Everything you've written indicates that the "remaining step you should follow" is to hire someone. That's the only way you're going to get the "urgent help" that you need. On Fri, Jul 27, 2012 at 6:14 AM, Soumen wrote: > Hi, > I have just configured the Django webserver on our local server and a

Re: How is the label_tag's attrs parameter supposed to specified?

2012-07-27 Thread Doogster
A filter that takes a label_tag isn't a bad solution: @register.filter(is_safe=True) def label_with_classes(value, arg): return value.label_tag(attrs={'class': arg}) And then, in the template: {{ form.my_field|label_with_classes:"class1 class2"}} On Fri, Jul 20, 2012 at 11:52 AM, Tomas Nem

How is the label_tag's attrs parameter supposed to specified?

2012-07-20 Thread doogster
For me, the BoundField.label_tag method's attrs parameter is one of those "what were the designers of Django thinking when they put it in" things. Rather than wondering, I'll ask here. The way to add HTML attributes to a label is to call label_tag with its attrs parameter set. label_tag is usua

Re: Any free cloud database hosting ?

2012-07-19 Thread doogster
Redhat's cloud hosting service. They offer a free tier, and they're Django-compatible. On Thursday, July 19, 2012 5:54:03 AM UTC-7, surya wrote: > > "Openshift?" .. what are you trying to say.. > > On Thursday, July 19, 2012 4:06:03 AM UTC+5:30, doogster wrote:

Re: Any free cloud database hosting ?

2012-07-18 Thread doogster
Openshift? On Monday, July 16, 2012 8:27:23 PM UTC-7, surya wrote: > > I am building a facebook application where I have to use database models > (very small size ~ 1MB - 2MB). Is there any good cloud db storage website > for hosting the database?? > > I looked around Amazon Web Services, it has