No, I ended up removing the db and recreating it via manage.py syncdb. it works after this.
Next time I will log into SQL lite and check it out. I am curious why running "manage.py syncdb" didn't work until I blow away the db and re-run it. On May 2, 10:56 am, George Song <[email protected]> wrote: > On 5/2/2009 6:02 AM, tekion wrote: > > > Exception Type: OperationalError at /play_django/page/start/save/ > > Exception Value: no such table: mywiki_page_tags > > Did you log into SQLite and see if that table exists? > > -- > George --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

