diff --git a/dashboard/models.py b/dashboard/models.py index 62b9408..04b96d7 100644 --- a/dashboard/models.py +++ b/dashboard/models.py @@ -14,7 +14,7 @@ class GraphicJsonFile(models.Model): creation_date = models.DateTimeField(auto_now=True, null=True, blank=True) class Meta: - db_table = "graphic_json_file" + db_table = "dashboard_graphic_json_file" def __str__(self): return "%s" % (self.graphic_name)