chore(api): use fully qualified model names
This commit is contained in:
parent
fc98b617cf
commit
4009e7eeb6
12 changed files with 29 additions and 23 deletions
|
@ -26,7 +26,7 @@ class Webstream(models.Model):
|
|||
|
||||
|
||||
class WebstreamMetadata(models.Model):
|
||||
instance = models.ForeignKey("Schedule", on_delete=models.DO_NOTHING)
|
||||
instance = models.ForeignKey("schedule.Schedule", on_delete=models.DO_NOTHING)
|
||||
start_time = models.DateTimeField()
|
||||
liquidsoap_data = models.CharField(max_length=1024)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue