On 16-Jul-08, at 11:09 AM, Kadusale, Myles wrote:

> 12.    user_fname = models.CharField('First Name', max_length=30)
>        user_lname = models.CharField('Last Name', max_length=50)
>        user_email = models.EmailField('Email Address', blank=True)
>        user_gndr = models.CharField(max_length=1,
> choices=GENDER_CHOICES)
>        user_headshot = models.ImageField(upload_to='img', blank=True,
>                                                               
> null=True)
>        user_bday = models.DateField('Birthday')
>        user_uname = models.ForeignKey(User, unique=True)

looks like an indentation error

-- 

regards
kg
http://lawgon.livejournal.com
http://nrcfosshelpline.in/code/




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to