On Aug 2, 3:38 pm, Daniel Roseman <
dan...@roseman.org.uk> wrote:
> by declaring that metadata explicitly:
>
> 1. In [2]: class MyTest(models.Model):
> 2. ...: title=models.CharField(max_length=200)
> 3. ...: class Meta:
> ...: app_label = 'my_test'
>
Actually, that seems to have fixed both errors : )
Thx,
Ryan