Re: AttributeError at /admin/coltrane/entry/add/ 'Entry' object has no attribute 'pubdate'

2012-04-07 Thread laurence Turpin
he > string "pubdate" and go through all locations containing that string. > > The code snippets you have below seem clean to me. > > - Anssi > > On Apr 3, 10:59 pm, laurence Turpin > wrote: > > Hello, > > > > I'm trying to learn Django

AttributeError at /admin/coltrane/entry/add/ 'Entry' object has no attribute 'pubdate'

2012-04-03 Thread laurence Turpin
Hello, I'm trying to learn Django from the book "Practical Django Projects 2nd Edition" I'm using Django 1.3.1 and Python 2.7.2 on Windows 7 Also I'm using Eclipse Indigo with pydev The current project I'm working on is to create a Weblog called coltrane. coltrane is an application that exists

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 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/ > > auth_user.username m

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 website devel