Hello Everyone, I tried deploying the django-basic-blog last night. However, in the site admin, I get an error about a missing table whenever I save a post. The strange thing is, if I go back to the Posts list, the new post is there. The error is below. I have installed the django-tagging dependency and have run syncdb a few times, but I have no tagging_tag table. Does anyone know what could be happening? Oh yeah, I'm using python2.5 and latest svn release of django.
Exception Type: ProgrammingError Exception Value: (1146, "Table 'blog.tagging_tag' doesn't exist") Exception Location: /var/lib/python-support/python2.5/MySQLdb/connections.py in defaulterrorhandler, line 35 Thanks, Travis --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---