Hello all! I'm following James Bennett's book Practical Django Projects, and I've got stuck at page 65 Chapter 4. On that page, there is an instruction to add an entry through the models created and added to admin interface under "Entries". I can populate the fields through the add link, but when it comes to saving an entry, this is the error I get: http://dpaste.com/hold/748531/
This is the traceback of that error: http://dpaste.com/hold/748536/ These are the admin.py http://dpaste.com/hold/748537/ models.py http://dpaste.com/hold/748538/ and settings.py http://dpaste.com/hold/748529/ I'm wondering where I went wrong, I've googled the error but I can't find anything specific. I'm sorry if it's a dumb question! Thanks Geth -- 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 django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.