Commit e9f6b038 authored by Vasyl Bodnaruk's avatar Vasyl Bodnaruk

Add new column to news

In this column we will be collect tags from news if they exists or it's possible
parent 148f9a5f
......@@ -28,6 +28,8 @@ class News(models.Model):
technology_id = models.CharField(max_length=255, default=None, null=True, blank=True)
tags_id = models.CharField(max_length=255, default=None, null=True, blank=True)
temp_tags = models.TextField(default=None, null=True, blank=True)
class Meta:
db_table = 'wp_esi_news_accept'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment