0.4.67 connect ya counter

This commit is contained in:
SDE
2024-02-11 21:21:03 +03:00
parent b546721718
commit e9a26db255
3 changed files with 19 additions and 0 deletions

View File

@@ -138,6 +138,7 @@ class Option(BaseModel):
verbose_name = _('Параметр')
verbose_name_plural = _('Параметры')
class FAQitem(BaseModel):
content_type = models.ForeignKey(ContentType, on_delete=models.SET_NULL, null=True)