python - Django Error "no such column: tagging_tag.name" -


I found this after installing the tagging application. I have installed it through settings.py and put it on the import path so I think I have done everything right. This is what turns it up. You can see my error log. I've run SyncDB, so my database should be synchronized.

Have you checked the output of Sync and actually saw that table was created? Have a look at your database and check whether the table has been created. If not, then run sync db and if it does not help, then make the table by hand (or skip the database and recreate it from scratch).


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -