Re: Can I add custom field to ModelForm?

2011-01-07 Thread satyandra babu
Hi, i think form choice will work in this case. http://docs.djangoproject.com/en/dev/topics/forms/modelforms/ class AuthorForm(forms.Form): name = forms.CharField(max_length=100) title = forms.CharField(max_length=3, widget=forms.Select(choices=TITLE_CHOICES))

Together we can make a difference

2011-01-06 Thread satyandra babu
Hi This year make a resolution that lasts not for a week, not for a month, not for a lifetime, but FOREVER. Start this decade with a good.. Help someone to see the MISSING COLOURS in their life. A startup NGO is conducting a survey to analyze trends about EYE DONATION and ITS AWARENESS IN

Re: Django Team Project Best Practices

2010-12-09 Thread satyandra babu
if you have many modules in projects then set one app for each module will be easy but still that app will be part of your django project, for example accounts, registration, userprofile and others if you your project is concern about users but if your project is small enough you can go with one

Re: django session InvalidOperation

2010-12-09 Thread satyandra babu
ng before the 'for using'? Should I > not use MySQLdb (I'm using version 1.2.2)? > > On Dec 9, 5:31 pm, satyandra babu <sbabu@gmail.com> wrote: > > Hi, > > > > for using MySQl with python MySQLdb and it will work fine :) > > > > enjoy coding. > > >

Re: django session InvalidOperation

2010-12-09 Thread satyandra babu
Hi, for using MySQl with python MySQLdb and it will work fine :) enjoy coding. On Fri, Dec 10, 2010 at 4:48 AM, kinder wrote: > Hi Dan, > > Thanks for taking a look... here's the copy-and-paste stack trace. > > == > > Environment: > > Request Method: POST > Request