Re: Not able to use ModelForm

2011-02-20 Thread The_Legend
are always there to help ;) On Feb 20, 7:56 pm, Daniel Roseman <dan...@roseman.org.uk> wrote: > On Sunday, February 20, 2011 12:05:12 PM UTC, The_Legend wrote: > > > Oh sorry, i thought i wrote, but i guess it didnt convey the message. > > > have written a registration

Re: Not able to use ModelForm

2011-02-20 Thread The_Legend
():--then it always comesout invalid On Feb 20, 4:34 pm, Daniel Roseman <dan...@roseman.org.uk> wrote: > On Sunday, February 20, 2011 11:26:18 AM UTC, The_Legend wrote: > > > i am not able to use model forms to input data for models in database. > > I'd get some

Not able to use ModelForm

2011-02-20 Thread The_Legend
i am not able to use model forms to input data for models in database. model.py -- gender_list = (('M', 'Male'), ('F', 'Female' )) class people(models.Model): userID = models.ForeignKey(User, unique=True) name = models.CharField('name',max_length=30) address =

Not able to use CSS in Django templates

2011-02-19 Thread The_Legend
I tried a lot, found another post with same some, but without luck :( till now --- project name --- library--- c:\library\ C:\library>dir Directory of C:\library 02/19/2011 07:29 PM mainapp 02/19/2011 11:26 AM 557 manage.py 02/19/2011 08:16 PM media