Added missing Meta.apps to a schema model.
This commit is contained in:
parent
ffde4d5da8
commit
e21788121b
|
@ -210,6 +210,7 @@ class Thing(models.Model):
|
||||||
when = models.CharField(max_length=1, primary_key=True)
|
when = models.CharField(max_length=1, primary_key=True)
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
|
apps = new_apps
|
||||||
db_table = 'drop'
|
db_table = 'drop'
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
|
|
Loading…
Reference in New Issue