django-registration uses the django.contrib.auth module which includes
the models.User model. in this model it is necessary to supply a
username, but not an e-mail address.

I assume you want to authenticate users via the e-mail address, then
you'd simply copy the e-mail address into the username field until a
user decides to use another username.

Léon

On Aug 12, 11:59 pm, Dhruv Adhia <[email protected]> wrote:
> Hello,
>
> I have a registration system working and most of the code is pulled
> out from django code base. I would like to make username optional. Is
> there any shorter way?
>
> Thanks
> Dhruv
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
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