stevencoding / django-basic-apps

Automatically exported from code.google.com/p/django-basic-apps
0 stars 0 forks source link

tagging_tag #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. manage.py flush
2. settings.py install basic.*
3. syncdb
4. add a post

Exception Type: ProgrammingError at /admin/blog/post/add/
Exception Value: (1146, "Table 'self_django.tagging_tag' doesn't exist")

Original issue reported on code.google.com by nicolas....@gmail.com on 11 Jul 2008 at 8:02

GoogleCodeExporter commented 8 years ago
I understand this is related to django-tagging that wasn't installed correctly; 
I
would have expected an import error or something a bit different than "Table 
doesn't
exist". Hmph.

Original comment by nicolas....@gmail.com on 11 Jul 2008 at 8:10

GoogleCodeExporter commented 8 years ago
It's usually an indication that you've added an app to your INSTALLED_APPS list 
and forgotten to run syncdb. 

Original comment by npbor...@gmail.com on 13 Jul 2008 at 10:24