Hi Daniel, > class Foo(models.Model) > some_field = models.CharField(max_length=200) > class Meta: > app_label = 'app'
Thanks for that, as soon as I added the app_label to the Meta class it started working. Regards -D
signature.asc
Description: OpenPGP digital signature

