I have a full operating locale django app, but I'm having troubles while migrating to the site5 server.
When I launch django's syncdb
command, all my models' tables are created, but then (I guess when it's creating relationship tables), I got the following error:
_mysql_exceptions.OperationalError: (1071, 'Specified key was too long; max key length is 1000 bytes')
I don't have any problem when I ask django to sync the locale db, this error only occurs in the server...
Any idea?