I have a project that uses django.contrib.comments wrapped by mptt_comments. It was working fine on my test server. In moving the project to a production server I have missed a setting somewhere and lost Comments.
When I hit the page that will contain comments I get "Caught an exception while rendering: operator does not exist: text = integer LINE 1: ...ent_ptr_id") WHERE ("django_comments"."object_pk" = 1 AND T...". When I go to /admin I see mptt_comments but not comments. When I start the db I see the comments table being created. My settings.py includes INSTALLED_APPS = ( ... 'django.contrib.comments',...). My urls.py contains '#(r'^comments/', include ('django.contrib.comments.urls')),' I am using Python 2.6 and Django 1.1 beta. Does anyone have any kind hints to look to see where I have gone wrong in the settings? --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---