Re: IntegrityError at /register/ auth_user.username may not be NULL

2012-03-28 Thread laurence Turpin
On Mar 28, 9:38 pm, Daniel Roseman <dan...@roseman.org.uk> wrote: > On Wednesday, 28 March 2012 20:31:09 UTC+1, laurence Turpin wrote: > > > I'm getting the following error with my registration  section of my > > program. > > > IntegrityError at /register/ >

Re: IntegrityError at /register/ auth_user.username may not be NULL

2012-03-28 Thread Daniel Roseman
On Wednesday, 28 March 2012 20:31:09 UTC+1, laurence Turpin wrote: > > I'm getting the following error with my registration section of my > program. > > IntegrityError at /register/ > auth_user.username may not be NULL > > I am using django 1.3.1 and python 2.7

IntegrityError at /register/ auth_user.username may not be NULL

2012-03-28 Thread laurence Turpin
I'm getting the following error with my registration section of my program. IntegrityError at /register/ auth_user.username may not be NULL I am using django 1.3.1 and python 2.7.2 and I'm using sqlite3 as the database. I am a newbie and I'm learning Djanogo from the book "Learning we