If you created the database from scratch (i.e. if you're not using an
existing database) you shouldn't need to have the line:

meta.IntegerField('id', primary_key=True),

the primary key would be created automatically. If that's the case you
might want to try creating the tables again.

Reply via email to