You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Djapian Users
Hi,
I've got the exception shown below when trying to add an instance of a
model in my site admin.
I did a manage.py reset myapp... don't know if it's related...
What should I do?
thanks
jul
Exception Type: ProgrammingError
Exception Value: (1146, "Table 'myproject.djapian_change' doesn't
exist")
Exception Location: /var/lib/python-support/python2.5/MySQLdb/
connections.py in defaulterrorhandler, line 35
Alex Koshelev
unread,
Oct 15, 2009, 2:23:48 PM10/15/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to djapia...@googlegroups.com
Hi, jul!
Try to run `./manage.py syncdb`. It will create all needed tables.