lots of updates :/

This commit is contained in:
2025-11-30 15:34:08 -05:00
parent 61e198ff55
commit e06a5d49f8
84 changed files with 6614 additions and 2297 deletions
+1
View File
@@ -60,6 +60,7 @@ class SocialLink(models.Model):
published = models.BooleanField(default=0)
pub_link = models.URLField(blank=True, null=True)
star = models.BooleanField(default=0)
class Meta:
unique_together = ("uri",)