views:

55

answers:

0

I tried to install the django-messages 3rd party application to my Django-nonrel / App Engine project. However it threw the error:

'ModelOptions' object has no attribute 'db_table'

Request Method: GET
Request URL: http://localhost:8090/
Django Version: 1.3 pre-alpha
Exception Type: AttributeError
Exception Value:
'ModelOptions' object has no attribute 'db_table'
Exception Location: /Users/emilepetrone/code/myapp/django/db/models/ fields/related.py in contribute_to_class, line 878
Python Executable: /usr/bin/python2.6
Python Version: 2.6.1

Solutions? Thanks!