diff --git a/apps/home/models.py b/apps/home/models.py index 4cb988a..768ece9 100644 --- a/apps/home/models.py +++ b/apps/home/models.py @@ -248,9 +248,9 @@ class TrackedContent(models.Model): id = models.AutoField(primary_key=True) - guid = models.CharField(max_length=128) + guid = models.CharField(max_length=256) - title = models.CharField(max_length=128) + title = models.CharField(max_length=728) url = models.URLField(unique=True)