1. i don't know whether it is expected behavior or not.
But here are some ways to solve the above problem.
---
Why it is not accepting @ character in admin ?
As the username of UserCreation form ( from
django.contr
Hi
I was using the email ID as the username as shown below in my view.py
view.py
--
def signup(request)
..
username=emailid ;
valid_user = authenticate
(username=username,password=password )
..
and it works fine for me
Django version being the development version
# djang
2 matches
Mail list logo