class Boots(Armour):
body_foot = models.IntegerField(blank=False, null=False, default=-1)
The error I get when I try to create some Boots
Exception Type: | OperationalError |
---|
Exception Value: | no such table: items_boots
|
---|
And I do not see the items_boots table in my SQL Lite database.