I'm trying to find my way round the django 'basic apps' to get to know django a little better. http://playgroundblues.com/posts/2007/dec/2/django-basic-apps/
Installation of basic/blog went all right, I could save posts to the database (sqlite in this case) through the admin. But if I try to edit a post in the admin, django throws this error: 'post object with primary key u'1' does not exist' I checked the database, but the post with id=1 is there. I even can't get any posts in the shell: >>>Post.objects.all() [] -benjamin --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---