Re: database newby question

2006-08-26 Thread [EMAIL PROTECTED]
that for the advice, that wasn't really smart i should have figured that one out. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Re: database newby question

2006-08-26 Thread Gary Wilson
[EMAIL PROTECTED] wrote: > i imported 2 users in the model LoginInfo the first is lab_id = '100' > and the second is lab_id = '200' > how do i put in the data in the class Modules ? > > what i thought i had to do was first create a object from the LoginInfo > class like > p =

database newby question

2006-08-26 Thread [EMAIL PROTECTED]
Hello Django users, i just started working with django and i really can't figure out even with the tutorial how i can get some info out of the database. i have the following database models class LoginInfo(models.Model): lab_id = models.IntegerField(maxlength=10) password =