Working fetch feeds and parser, process raw and error urls
This commit is contained in:
@@ -106,12 +106,3 @@ class WebsiteOfInterest(models.Model):
|
||||
class Meta:
|
||||
managed = False
|
||||
db_table = 'website_of_interest'
|
||||
|
||||
|
||||
class WebsiteToFilter(models.Model):
|
||||
id = models.SmallAutoField(primary_key=True)
|
||||
url_host = models.TextField(unique=True)
|
||||
|
||||
class Meta:
|
||||
managed = False
|
||||
db_table = 'website_to_filter'
|
||||
Reference in New Issue
Block a user