rename kg
This commit is contained in:
parent
294dbc8bac
commit
578b133b55
1 changed files with 1 additions and 2 deletions
|
@ -25,8 +25,7 @@ class IdMapping(models.Model):
|
||||||
|
|
||||||
#FIXME: look into other ids
|
#FIXME: look into other ids
|
||||||
#what about tv.com ids/urls for tv episodes
|
#what about tv.com ids/urls for tv episodes
|
||||||
kg_id = models.IntegerField(unique=True, blank=True, null=True, default=None)
|
karagarga_id = models.IntegerField(unique=True, blank=True, null=True, default=None)
|
||||||
|
|
||||||
|
|
||||||
def __unicode__(self):
|
def __unicode__(self):
|
||||||
return self.imdb_id
|
return self.imdb_id
|
||||||
|
|
Loading…
Reference in a new issue