readonly form field

2010-08-24 Thread Rodrigo Lombardo
Hi, I'm new to Django and I'm learning a lot reading the docs and some books. I'm trying to generate a form with some inactive fields and let the user change only some fields. The way I found to do this is described here: http://stackoverflow.com/questions/324477/in-a-django-form-how-to-make-a-fi

Re: readonly form field

2010-08-25 Thread Rodrigo Lombardo
5:29 AM, Sævar Öfjörð wrote: > You could use a widget > > http://stackoverflow.com/questions/1827526/django-creating-a-form-field-thats-read-only-using-widgets > > Best regards, > Sævar > > On Aug 24, 7:02 pm, Rodrigo Lombardo wrote: >> Hi, >> >> I

hosting django applications

2010-08-27 Thread Rodrigo Lombardo
Hi! I'm planning to deploy my first django application and I think it will have more reads than writes and at least 1 requests a day. So I will take care about the system cache. I think FreeBSD(my prefered OS) would do the job, but I heard good things about Amazon EC2 and I would like to know