Urls web visualization, cleaning obsolete code
This commit is contained in:
@@ -17,7 +17,7 @@ class Search(models.Model):
|
||||
db_table = 'search'
|
||||
|
||||
def __str__(self):
|
||||
return "[{}]->{}".format(self.type, self.search)
|
||||
return "[{}: {}]".format(self.type, self.search)
|
||||
|
||||
class Source(models.Model):
|
||||
id = models.SmallAutoField(primary_key=True)
|
||||
|
||||
Reference in New Issue
Block a user